'Declaration
Public Overloads Function Remove( _ ByVal columnName As String _ ) As Column
public Column Remove( string columnName )
Parameters
- columnName
- Name of the column to remove.
Return Value
A reference to the Column that was removed from the collection.