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