[]
Removes the specified column.
public void Remove(SpreadDataColumn column)
Public Sub Remove(column As SpreadDataColumn)
Type | Name | Description |
---|---|---|
SpreadDataColumn | column | Column |
Removes the column with specified name.
public void Remove(string name)
Public Sub Remove(name As String)
Type | Name | Description |
---|---|---|
string | name | Name |