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 As Integer, _
Optional ByVal 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)
public int GetViewportHeight(
int ,
bool
)
Parameters
- rowViewportIndex
- Index of the viewport row
- includeGrayArea
See Also