Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetViewportHeight Method / GetViewportHeight(Int32,Boolean) Method
Index of the viewport row


In This Topic
GetViewportHeight(Int32,Boolean) Method
In This Topic
Gets the height of the specified viewport row for the active sheet.
Syntax
'Declaration
 
Public Overloads Function GetViewportHeight( _
   ByVal rowViewportIndex As Integer, _
   Optional ByVal includeGrayArea As Boolean _
) As Integer
 
'Usage
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim includeGrayArea As Boolean
Dim value As Integer
 
value = instance.GetViewportHeight(rowViewportIndex, includeGrayArea)

Parameters

rowViewportIndex
Index of the viewport row
includeGrayArea
See Also