TdxSpreadSheetPageControl.VisiblePageCount Property
In This Article
Returns the number of currently visible worksheets.
#Declaration
Delphi
property VisiblePageCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to track the number of non-hidden worksheets.
See Also