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