TdxSpreadSheetPageControl.VisiblePages Property
In This Article
Returns a specified visible workbook sheet.
#Declaration
Delphi
property VisiblePages[Index: Integer]: TdxSpreadSheetCustomView read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property is similar to the ExpressSpreadSheet control’s Sheets property but it allows you to access only non-hidden worksheets.
See Also