Interface IExtendedFormat
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IExtendedFormat : IExcelApplication
- Inherited Members
-
Properties
IBorders Borders { get; }
Property Value
- IBorders
Color Color { get; set; }
Property Value
- Color
ExcelPatternType FillPattern { get; set; }
Property Value
- ExcelPatternType
Property Value
- IFont
bool FormulaHidden { get; set; }
Property Value
- bool
HorizontalAlignType HorizontalAlignment { get; set; }
Property Value
- HorizontalAlignType
bool IncludeAlignment { get; set; }
Property Value
- bool
bool IncludeBorder { get; set; }
Property Value
- bool
bool IncludeFont { get; set; }
Property Value
- bool
bool IncludeNumberFormat { get; set; }
Property Value
- bool
bool IncludePatterns { get; set; }
Property Value
- bool
bool IncludeProtection { get; set; }
Property Value
- bool
int IndentLevel { get; set; }
Property Value
- int
IsFirstSymbolApostrophe
bool IsFirstSymbolApostrophe { get; set; }
Property Value
- bool
Property Value
- bool
bool JustifyLast { get; set; }
Property Value
- bool
ExcelColors KnownColor { get; set; }
Property Value
- ExcelColors
bool Locked { get; set; }
Property Value
- bool
string NumberFormat { get; set; }
Property Value
- string
int NumberFormatIndex { get; set; }
Property Value
- int
string NumberFormatLocal { get; set; }
Property Value
- string
INumberFormat NumberFormatSettings { get; }
Property Value
- INumberFormat
Color PatternColor { get; set; }
Property Value
- Color
ExcelColors PatternKnownColor { get; set; }
Property Value
- ExcelColors
ReadingOrderType ReadingOrder { get; set; }
Property Value
- ReadingOrderType
int Rotation { get; set; }
Property Value
- int
bool ShrinkToFit { get; set; }
Property Value
- bool
VerticalAlignType VerticalAlignment { get; set; }
Property Value
- VerticalAlignType
WrapText
bool WrapText { get; set; }
Property Value
- bool
Methods
bool GetThemeColor(out ThemeColorType type, out double tint)
Parameters
type
ThemeColorType
tint
double
Returns
- bool
void SetThemeColor(ThemeColorType type, double tint)
Parameters
type
ThemeColorType
tint
double