GemBox.Spreadsheet

ExcelColumnRowBase.Style Property

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

public CellStyle Style {get; set;}

Remarks

Setting this property will not directly change ExcelCell.Style. Instead, this style will be used in resolving process when writing Excel file. See ExcelFile.RowColumnResolutionMethod for details.

See Also

ExcelColumnRowBase Class | GemBox.Spreadsheet Namespace | ExcelFile.RowColumnResolutionMethod