Gets or sets
cell style on one or more excel cells.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic override CellStyle Style { get; set; }
Public Overrides Property Style As CellStyle
Get
Set
Property Value
CellStyle
RemarksProperty 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