ExcelLineBaseStyle Property |
Gets or sets cell style (
CellStyle) of contained cells.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic CellStyle Style { get; set; }
Public Property Style As CellStyle
Get
Set
Property Value
CellStyle
Remarks
Notice: Unspecified style properties will be inherited from the corresponding row or column.
See Also