Table of Contents

Class CellStyleFlag

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class CellStyleFlag
Inheritance
CellStyleFlag
Inherited Members

Constructors

CellStyleFlag()

public CellStyleFlag()

Properties

All

public bool All { get; set; }

Property Value

bool

Borders

public bool Borders { get; set; }

Property Value

bool

BottomBorder

public bool BottomBorder { get; set; }

Property Value

bool

CellShading

public bool CellShading { get; set; }

Property Value

bool

DiagonalDownBorder

public bool DiagonalDownBorder { get; set; }

Property Value

bool

DiagonalUpBorder

public bool DiagonalUpBorder { get; set; }

Property Value

bool

Font

public bool Font { get; set; }

Property Value

bool

FontBold

public bool FontBold { get; set; }

Property Value

bool

FontColor

public bool FontColor { get; set; }

Property Value

bool

FontItalic

public bool FontItalic { get; set; }

Property Value

bool

FontName

public bool FontName { get; set; }

Property Value

bool

FontScript

public bool FontScript { get; set; }

Property Value

bool

FontSize

public bool FontSize { get; set; }

Property Value

bool

FontStrike

public bool FontStrike { get; set; }

Property Value

bool

FontUnderline

public bool FontUnderline { get; set; }

Property Value

bool

HideFormula

public bool HideFormula { get; set; }

Property Value

bool

HorizontalAlignment

public bool HorizontalAlignment { get; set; }

Property Value

bool

Indent

public bool Indent { get; set; }

Property Value

bool

LeftBorder

public bool LeftBorder { get; set; }

Property Value

bool

Locked

public bool Locked { get; set; }

Property Value

bool

NumberFormat

public bool NumberFormat { get; set; }

Property Value

bool

RightBorder

public bool RightBorder { get; set; }

Property Value

bool

Rotation

public bool Rotation { get; set; }

Property Value

bool

ShrinkToFit

public bool ShrinkToFit { get; set; }

Property Value

bool

TextDirection

public bool TextDirection { get; set; }

Property Value

bool

TopBorder

public bool TopBorder { get; set; }

Property Value

bool

VerticalAlignment

public bool VerticalAlignment { get; set; }

Property Value

bool

WrapText

public bool WrapText { get; set; }

Property Value

bool