Click or drag to resize

ExcelRangeStyle 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, Alignment and Protection options.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelCellStyle Style { get; set; }

Property Value

Type: ExcelCellStyle
See Also