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


In This Topic
    RemoveRowViewport Method (Worksheet)
    In This Topic
    Removes the row viewport.
    Syntax
    'Declaration
     
    Public Sub RemoveRowViewport( _
       ByVal rowViewportIndex As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim rowViewportIndex As Integer
     
    instance.RemoveRowViewport(rowViewportIndex)
    public void RemoveRowViewport( 
       int rowViewportIndex
    )

    Parameters

    rowViewportIndex
    The index of the row viewport.
    See Also