NativeExcel suite v1.x

Next property

Returns a IXLSWorksheet object that represents the next sheet. Read-only.

Syntax

property Next: IXLSWorkSheet;

Example

This example displays the name of the next sheet.
if Assigned(Worksheet.Next) then
   MessageDlg('The next worksheet name is "' + Worksheet.Next.Name + '"',
           mtInformation, [mbOk], 0);
Copyright © NikaSoft 2004-2010