ClearFormats
ClearFormats(int, int, int, int)
Efface le formatage d’une plage.
public void ClearFormats(int startRow, int startColumn, int endRow, int endColumn)
| Paramètre | Taper | La description |
|---|---|---|
| startRow | Int32 | Index de ligne de début. |
| startColumn | Int32 | Début de l’index de la colonne. |
| endRow | Int32 | Index de fin de ligne. |
| endColumn | Int32 | Indice de fin de colonne. |
Voir également
- class GridCells
- espace de noms Aspose.Cells.GridWeb.Data
- Assemblée Aspose.Cells.GridWeb
ClearFormats(GridCellArea)
Efface le formatage d’une plage.
public void ClearFormats(GridCellArea range)
| Paramètre | Taper | La description |
|---|---|---|
| range | GridCellArea | Plage à effacer. |
Voir également
- class GridCellArea
- class GridCells
- espace de noms Aspose.Cells.GridWeb.Data
- Assemblée Aspose.Cells.GridWeb