Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetViewportHeight Method
The index of the row viewport.


In This Topic
    GetViewportHeight Method
    In This Topic
    Gets the height of the viewport.
    Syntax
    'Declaration
     
    Public Function GetViewportHeight( _
       ByVal rowViewportIndex As Integer _
    ) As Double
    'Usage
     
    Dim instance As Worksheet
    Dim rowViewportIndex As Integer
    Dim value As Double
     
    value = instance.GetViewportHeight(rowViewportIndex)
    public double GetViewportHeight( 
       int rowViewportIndex
    )

    Parameters

    rowViewportIndex
    The index of the row viewport.

    Return Value

    The height of the viewport.
    See Also