Class StyleElement
- Namespace
- BigExcelCreator.Styles
- Assembly
- BigExcelCreator.dll
A style to be converted to an entry of a stylesheet
public class StyleElement
- Inheritance
-
StyleElement
- Inherited Members
Constructors
StyleElement(string, int?, int?, int?, int?, Alignment)
The constructor for StyleElement
public StyleElement(string name, int? fontIndex, int? fillIndex, int? borderIndex, int? numberFormatIndex, Alignment alignment)
Parameters
name
stringfontIndex
int?fillIndex
int?borderIndex
int?numberFormatIndex
int?alignment
Alignment
Properties
BorderIndex
Border index in the border list of StyleList
public int BorderIndex { get; }
Property Value
FillIndex
Fill index in the fill list of StyleList
public int FillIndex { get; }
Property Value
FontIndex
Font index in the font list of StyleList
public int FontIndex { get; }
Property Value
Name
Given name of a style
public string Name { get; }
Property Value
NumberFormatIndex
NumberFormat index in the Number format list of StyleList
public int NumberFormatIndex { get; }
Property Value
Style
A CellFormat object representing a style
public CellFormat Style { get; }