GetRowVisibleCount Method
In This Topic
Gets the number of the visible rows.
Syntax
'Declaration
Protected Function GetRowVisibleCount() As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
value = instance.GetRowVisibleCount()
protected int GetRowVisibleCount()
See Also