GridCells.ClearFormats
ClearFormats(int, int, int, int)
Clears formatting of a range.
public void ClearFormats(int startRow, int startColumn, int endRow, int endColumn)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
startColumn | Int32 | Start column index. |
endRow | Int32 | End row index. |
endColumn | Int32 | End column index. |
See Also
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
ClearFormats(GridCellArea)
Clears formatting of a range.
public void ClearFormats(GridCellArea range)
Parameter | Type | Description |
---|---|---|
range | GridCellArea | Range to be cleared. |
See Also
- class GridCellArea
- class GridCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb