Gets or sets the style of the cell or range of cells. The property can be assigned with an existing style from the workbook styles collection.
The returned object can be used to set the Number, Borders, Font, Fill, Alignment and Protection options.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelCellStyle Style { get; set; }
Public Property Style As ExcelCellStyle
Get
Set
Property Value
Type:
ExcelCellStyleSee Also