HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Index property
Returns the 1-based index position of the sheet in the workbook Sheets collection
Syntax
property
Index: Word;
Example
This example checks the index of the worksheet
Idx := Workbook.Sheets[1].Index;