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)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index of cell. |
col | Int32 | Column index of cell. |
See Also
- class CellRelativeCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
Remove(string)
Removes the item by cell name.
public void Remove(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | cell name(in excel name format, like ‘A1’, ‘F22’) |
See Also
- class CellRelativeCollection
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop