Hello,
I want the
Text := 'Start'; to be in the center of the Button,
in Excel it is quite easy, but how do I do it in my programm?
Search found 2 matches
- Thu Jun 14, 2007 1:55 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: How to format a Button
- Replies: 3
- Views: 3409
- Thu Jun 14, 2007 10:24 am
- Forum: XLSReadWriteII 3/4/5
- Topic: How to format a Button
- Replies: 3
- Views: 3409
How to format a Button
Hello, could someone please help me. How can I format a Button? I add a Button like this : with XLSRW.Sheet[intNSh].ControlsObjects.Buttons.Add do begin Text := 'Start'; Col1 := 12; Row1 := 0; Col2 := 13; Row2 := 1; MacroName := 'Schaltfl1_BeiKlick'; end;