[]
Removes a Row object from the collection.
public Row Remove(int index)
Type | Name | Description |
---|---|---|
int | index | The index of the row to remove from the collection. |
Type | Description |
---|---|
Row | A reference to the Row that was removed from the collection. |
Removes a Row object from the collection.
public Row Remove(Row row)
Type | Name | Description |
---|---|---|
Row | row | The row to be removed. |
Type | Description |
---|---|
Row | A reference to the Row that was removed from the collection. |