![]() |
![]() |
Products | Download | Order | Forum | Contact us |
| Index | Integer. An index of worksheet that specifies the sheet before which the new sheet is added. |
| Name | WideString. A name of worksheet that specifies the sheet before which the new sheet is added. |
| WorkSheet | IXLSWorkSheet. An object that specifies the sheet before which the new sheet is added. |
Var WorkSheet: IXLSWorksheet;
begin
WorkSheet := WorkBook.Sheets.AddBefore('Sheet1');
WorkSheet.Name := 'Before Sheet1';
end;
WorkBook.Sheets.AddBefore(2);
| Copyright © NikaSoft 2004-2010 |