Click or drag to resize

CellRangeStyle Property

Gets or sets cell style on one or more excel cells.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public override CellStyle Style { get; set; }

Property Value

CellStyle
Remarks

Property set will set style of multiple cells or of a merged range.

Property get has meaning only if range is Merged. otherwise, exception is thrown.

See Also