ClearFormats
ClearFormats(int, int, int, int)
Löscht die Formatierung eines Bereichs.
public void ClearFormats(int startRow, int startColumn, int endRow, int endColumn)
| Parameter | Typ | Beschreibung |
|---|---|---|
| startRow | Int32 | Zeilenindex starten. |
| startColumn | Int32 | Spaltenindex starten. |
| endRow | Int32 | Zeilenindex beenden. |
| endColumn | Int32 | Spaltenindex beenden. |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb
ClearFormats(GridCellArea)
Löscht die Formatierung eines Bereichs.
public void ClearFormats(GridCellArea range)
| Parameter | Typ | Beschreibung |
|---|---|---|
| range | GridCellArea | Zu löschender Bereich. |
Siehe auch
- class GridCellArea
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb