Returns the index number of the Worksheet within the
Sheets/
Worksheets collection. Read-only Word.
Syntax
Example
This example displays the tab number of the specified sheet.
MessageDlg('This sheet is tab number ' + inttostr(Worksheet.Index),
mtInformation, [mbOk], 0);