ExcelRange.Style Property
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, Allignment and Protection options.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public ExcelCellStyle Style { get; set; }
Public Property Style As ExcelCellStyle
Get
Set
public:
property ExcelCellStyle^ Style {
ExcelCellStyle^ get ();
void set (ExcelCellStyle^ value);
}
member Style : ExcelCellStyle with get, set
Property Value
ExcelCellStyle