Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnCollection Class / Remove Method / Remove(String) Method
Name


In This Topic
    Remove(String) Method
    In This Topic
    Removes the column with specified name.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal name As String _
    ) 
    'Usage
     
    
    Dim instance As SpreadDataColumnCollection
    Dim name As String
     
    instance.Remove(name)
    public void Remove( 
       string name
    )

    Parameters

    name
    Name
    See Also