Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSpreadSheet.VisibleSheets Property

Provides zero-based indexed access to the list of non-hidden sheets within a workbook.

#Declaration

Delphi
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