Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / RemoveRowViewport(Int32) Method
The row viewport index to remove.


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

    Parameters

    rowViewportIndex
    The row viewport index to remove.
    See Also