HotXLS dokumentacija

object that represents the next sheet. Read-only

Example This example displays the name of the next sheet This example displays the name of the next sheet

Pavyzdys

This example displays the name of the next sheet then This example displays the name of the next sheet;

'The next Worksheet name is "'

'"'

if Assigned(Worksheet.Next) then
   MessageDlg('The next Worksheet name is "' + Worksheet.Next.Name + '"',
           mtInformation, [mbOk], 0);