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


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

    Parameters

    columnViewportIndex
    The column viewport index to remove.
    See Also