GridCells.SetStyle
Contents
[
Hide
]SetStyle(int, int, int, int, Style)
Sets the style to a specified range of cells.
public void SetStyle(int firstRow, int firstColumn, int rowNumber, int columnNumber, Style style)
Parameter | Type | Description |
---|---|---|
firstRow | Int32 | First row of this range(zero based) |
firstColumn | Int32 | First column of this range(zero based) |
rowNumber | Int32 | Number of rows(one based) |
columnNumber | Int32 | Number of columns(one based) |
style | Style | The style object to be set |
See Also
- class Style
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
SetStyle(string, Style)
Sets the style to a specified range of cells.
public void SetStyle(string cellRange, Style style)
Parameter | Type | Description |
---|---|---|
cellRange | String | The range of cells’ names, like “A1:D6” |
style | Style | The style object to be set |
See Also
- class Style
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
SetStyle(CellRange, Style)
Sets the style to a specified range of cells.
public void SetStyle(CellRange cellRange, Style style)
Parameter | Type | Description |
---|---|---|
cellRange | CellRange | The range of cells |
style | Style | The style object to be set |
See Also
- class CellRange
- class Style
- class GridCells
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop