Click or drag to resize

ExcelCellStyle Property

Gets or sets cell style of this cell or of merged range.

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

Property Value

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