Range.SetStyle
SetStyle(Style, bool)
Apply the cell style.
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 Range
- namespace Aspose.Cells
- assembly Aspose.Cells
SetStyle(Style)
Sets the style of the range.
public void SetStyle(Style style)
Parameter | Type | Description |
---|---|---|
style | Style | The Style object. |
See Also
- class Style
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells