Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Column Class / Remove Method
Example


In This Topic
    Remove Method (Column)
    In This Topic
    Removes this column or range of columns.
    Syntax
    'Declaration
     
    
    Public Sub Remove() 
    'Usage
     
    
    Dim instance As Column
     
    instance.Remove()
    public void Remove()
    Example
    This example removes the first column from the active sheet.
    See Also