Table of Contents

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 string
fontIndex 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

int

FillIndex

Fill index in the fill list of StyleList

public int FillIndex { get; }

Property Value

int

FontIndex

Font index in the font list of StyleList

public int FontIndex { get; }

Property Value

int

Name

Given name of a style

public string Name { get; }

Property Value

string

NumberFormatIndex

NumberFormat index in the Number format list of StyleList

public int NumberFormatIndex { get; }

Property Value

int

Style

A CellFormat object representing a style

public CellFormat Style { get; }

Property Value

CellFormat