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


In This Topic
    AddRowViewport Method (Worksheet)
    In This Topic
    Adds the row viewport.
    Syntax
    'Declaration
     
    Public Sub AddRowViewport( _
       ByVal rowViewportIndex As Integer, _
       ByVal viewportHeight As Double _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim rowViewportIndex As Integer
    Dim viewportHeight As Double
     
    instance.AddRowViewport(rowViewportIndex, viewportHeight)
    public void AddRowViewport( 
       int rowViewportIndex,
       double viewportHeight
    )

    Parameters

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