TdxCustomSpreadSheet.VisibleSheets Property
Provides zero-based indexed access to the list of non-hidden sheets within a workbook.
Declaration
property VisibleSheets[Index: Integer]: TdxSpreadSheetCustomView read;
Property Value
Type |
---|
TdxSpreadSheetCustomView |
Remarks
Use this property to access individual visible generic worksheet objects whose index is passed as the Index parameter. To obtain the total number of worksheets whose Visible property is set to True, use the VisibleSheetCount property.
Note
If you need to access a worksheet regardless of its visibility status, use the Sheets property instead.
See Also