Cell.SetStyle
Contents
[
Hide
]SetStyle(Style)
Sets the cell style.
public void SetStyle(Style style)
Parameter | Type | Description |
---|---|---|
style | Style | The cell style. |
Remarks
If the border settings are changed, the border of adjust cells will be updated too.
See Also
- class Style
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells
SetStyle(Style, bool)
Apply the changed property of style to the cell.
public void SetStyle(Style style, bool explicitFlag)
Parameter | Type | Description |
---|---|---|
style | Style | The cell style. |
explicitFlag | Boolean | True, only overwriting formatting which is explicitly set. |
See Also
- class Style
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells
SetStyle(Style, StyleFlag)
Apply the cell style based on flags.
public void SetStyle(Style style, StyleFlag flag)
Parameter | Type | Description |
---|---|---|
style | Style | The cell style. |
flag | StyleFlag | The style flag. |
See Also
- class Style
- class StyleFlag
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells