Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetRowViewportCount Method / GetRowViewportCount() Method


In This Topic
GetRowViewportCount() Method
In This Topic
Gets the number of viewport rows.
Syntax
'Declaration
 
Public Overloads Function GetRowViewportCount() As Integer
 
'Usage
 
Dim instance As FpSpread
Dim value As Integer
 
value = instance.GetRowViewportCount()
See Also