How to format a Button
Posted: Thu Jun 14, 2007 10:24 am
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;
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;