Worksheet.SetStyle
SetStyle(CellRange, Style)
Sets style object to cellRange.
public void SetStyle(CellRange range, Style style)
| Parameter | Type | Description | 
|---|---|---|
| range | CellRange | CellRange object. | 
| style | Style | Style object to be set. | 
See Also
- class CellRange
 - class Style
 - class Worksheet
 - namespace Aspose.Cells.GridDesktop
 - assembly Aspose.Cells.GridDesktop
 
SetStyle(GridCellArea, Style)
Sets style object to cellRange.
public void SetStyle(GridCellArea area, Style style)
| Parameter | Type | Description | 
|---|---|---|
| area | GridCellArea | GridCellArea object. | 
| style | Style | Style object to be set. | 
See Also
- class GridCellArea
 - class Style
 - class Worksheet
 - namespace Aspose.Cells.GridDesktop
 - assembly Aspose.Cells.GridDesktop