CellRelativeCollection.Remove

Remove(int, int)

Removes the item at the specified row column index of the cell.

public virtual void Remove(int row, int col)
ParameterTypeDescription
rowInt32Row index of cell.
colInt32Column index of cell.

See Also


Remove(string)

Removes the item by cell name.

public void Remove(string cellName)
ParameterTypeDescription
cellNameStringcell name(in excel name format, like ‘A1’, ‘F22’)

See Also