Click or drag to resize

ExcelLineBaseStyle Property

Gets or sets cell style (CellStyle) of contained cells.

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

Property Value

CellStyle
Remarks
Notice: Unspecified style properties will be inherited from the corresponding row or column.
See Also