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