TdxCustomSpreadSheet.ActiveSheetIndex Property
Specifies a zero-based index of the currently active worksheet.
Declaration
property ActiveSheetIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
You can use this property to:
Identify the currently active worksheet;
Activate another worksheet by assigning its index.
Alternatively, you can use the ActiveSheet property to activate or identify a worksheet.
Note
The lower and upper limits of the valid range of worksheet indexes are 0 and SheetCount - 1, respectively.
See Also