'宣言 Public Overloads Function Remove( _ ByVal columnName As System.String _ ) As Column
public Column Remove( System.string columnName )
パラメータ
- columnName
- Name of the column to remove.
戻り値の型
A reference to the Column that was removed from the collection.