Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / RemoveColumns Method
First column to remove
Number of columns to remove
Example


In This Topic
    RemoveColumns Method (SheetView)
    In This Topic
    Removes the columns at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveColumns( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim count As Integer
     
    instance.RemoveColumns(column, count)
    public void RemoveColumns( 
       int column,
       int count
    )

    Parameters

    column
    First column to remove
    count
    Number of columns to remove
    Example
    This example removes two columns.
    See Also