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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellStyle Style { get; set; }Public Property Style As ExcelCellStyle
Get
Set
Property Value
ExcelCellStyle
See Also