Gets or sets
cell style of this cell or of merged range.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntaxpublic override CellStyle Style { get; set; }
Public Overrides Property Style As CellStyle
Get
Set
Property Value
CellStyle
Remarks
Unspecified style properties will be inherited from the corresponding row or column.
See Also