Removes a
Column object from the collection.
'宣言
Public Overloads Function Remove( _
ByVal As System.Integer _
) As Column
public Column Remove(
System.int
)
パラメータ
- index
- The index of the column to remove from the collection.
戻り値の型
A reference to the
Column that was removed from the collection.