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


In This Topic
    SetViewportHeight Method
    In This Topic
    Sets the height of the viewport.
    Syntax
    'Declaration
     
    Public Sub SetViewportHeight( _
       ByVal rowViewportIndex As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim rowViewportIndex As Integer
    Dim value As Integer
     
    instance.SetViewportHeight(rowViewportIndex, value)
    public void SetViewportHeight( 
       int rowViewportIndex,
       int value
    )

    Parameters

    rowViewportIndex
    The index of the row viewport.
    value
    The height value.
    See Also