Table of Contents

Interface IExtendedFormat

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IExtendedFormat : IExcelApplication
Inherited Members

Properties

Borders

IBorders Borders { get; }

Property Value

IBorders

Color

Color Color { get; set; }

Property Value

Color

FillPattern

ExcelPatternType FillPattern { get; set; }

Property Value

ExcelPatternType

Font

IFont Font { get; }

Property Value

IFont

FormulaHidden

bool FormulaHidden { get; set; }

Property Value

bool

HorizontalAlignment

HorizontalAlignType HorizontalAlignment { get; set; }

Property Value

HorizontalAlignType

IncludeAlignment

bool IncludeAlignment { get; set; }

Property Value

bool

IncludeBorder

bool IncludeBorder { get; set; }

Property Value

bool

IncludeFont

bool IncludeFont { get; set; }

Property Value

bool

IncludeNumberFormat

bool IncludeNumberFormat { get; set; }

Property Value

bool

IncludePatterns

bool IncludePatterns { get; set; }

Property Value

bool

IncludeProtection

bool IncludeProtection { get; set; }

Property Value

bool

IndentLevel

int IndentLevel { get; set; }

Property Value

int

IsFirstSymbolApostrophe

bool IsFirstSymbolApostrophe { get; set; }

Property Value

bool

IsModified

bool IsModified { get; }

Property Value

bool

JustifyLast

bool JustifyLast { get; set; }

Property Value

bool

KnownColor

ExcelColors KnownColor { get; set; }

Property Value

ExcelColors

Locked

bool Locked { get; set; }

Property Value

bool

NumberFormat

string NumberFormat { get; set; }

Property Value

string

NumberFormatIndex

int NumberFormatIndex { get; set; }

Property Value

int

NumberFormatLocal

string NumberFormatLocal { get; set; }

Property Value

string

NumberFormatSettings

INumberFormat NumberFormatSettings { get; }

Property Value

INumberFormat

PatternColor

Color PatternColor { get; set; }

Property Value

Color

PatternKnownColor

ExcelColors PatternKnownColor { get; set; }

Property Value

ExcelColors

ReadingOrder

ReadingOrderType ReadingOrder { get; set; }

Property Value

ReadingOrderType

Rotation

int Rotation { get; set; }

Property Value

int

ShrinkToFit

bool ShrinkToFit { get; set; }

Property Value

bool

VerticalAlignment

VerticalAlignType VerticalAlignment { get; set; }

Property Value

VerticalAlignType

WrapText

bool WrapText { get; set; }

Property Value

bool

Methods

GetThemeColor(out ThemeColorType, out double)

bool GetThemeColor(out ThemeColorType type, out double tint)

Parameters

type ThemeColorType
tint double

Returns

bool

SetThemeColor(ThemeColorType, double)

void SetThemeColor(ThemeColorType type, double tint)

Parameters

type ThemeColorType
tint double