Remove
Remove(int, int)
Tar bort objektet vid det angivna radkolumnindexet för cellen.
public virtual void Remove(int row, int col)
Parameter | Typ | Beskrivning |
---|---|---|
row | Int32 | Radindex för cell. |
col | Int32 | Kolumnindex för cellen. |
Se även
- class CellRelativeCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
Remove(string)
Tar bort objektet efter cellnamn.
public void Remove(string cellName)
Parameter | Typ | Beskrivning |
---|---|---|
cellName | String | cellnamn (i Excel-namnformat, som ‘A1’, ‘F22’) |
Se även
- class CellRelativeCollection
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop