Rows.Remove

Rows.Remove method

Remove row from collection.

public void Remove(Row row)
ParameterTypeDescription
rowRowThe existing row.

See Also