Class StyleArrayWrapper
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
public class StyleArrayWrapper : XlsObject, IDisposable, IStyle, IExtendedFormat, IExcelApplication, IOptimizedUpdate, IExtendIndex
- Inheritance
-
StyleArrayWrapper
- Implements
-
- Inherited Members
-
Constructors
StyleArrayWrapper(IXLSRange)
public StyleArrayWrapper(IXLSRange range)
Parameters
range
IXLSRange
Properties
Borders
public IBorders Borders { get; }
Property Value
- IBorders
BuiltIn
public bool BuiltIn { get; }
Property Value
- bool
Color
public Color Color { get; set; }
Property Value
- Color
public int ExtendedFormatIndex { get; }
Property Value
- int
FillBackground
public ExcelColors FillBackground { get; set; }
Property Value
- ExcelColors
FillBackgroundRGB
public Color FillBackgroundRGB { get; set; }
Property Value
- Color
FillForeground
public ExcelColors FillForeground { get; set; }
Property Value
- ExcelColors
FillForegroundRGB
public Color FillForegroundRGB { get; set; }
Property Value
- Color
FillPattern
public ExcelPatternType FillPattern { get; set; }
Property Value
- ExcelPatternType
Font
public IFont Font { get; }
Property Value
- IFont
public bool FormulaHidden { get; set; }
Property Value
- bool
HorizontalAlignment
public HorizontalAlignType HorizontalAlignment { get; set; }
Property Value
- HorizontalAlignType
IncludeAlignment
public bool IncludeAlignment { get; set; }
Property Value
- bool
IncludeBorder
public bool IncludeBorder { get; set; }
Property Value
- bool
IncludeFont
public bool IncludeFont { get; set; }
Property Value
- bool
public bool IncludeNumberFormat { get; set; }
Property Value
- bool
IncludePatterns
public bool IncludePatterns { get; set; }
Property Value
- bool
IncludeProtection
public bool IncludeProtection { get; set; }
Property Value
- bool
IndentLevel
public int IndentLevel { get; set; }
Property Value
- int
Interior
public IInterior Interior { get; }
Property Value
- IInterior
IsFirstSymbolApostrophe
public bool IsFirstSymbolApostrophe { get; set; }
Property Value
- bool
IsInitialized
public bool IsInitialized { get; }
Property Value
- bool
IsModified
public bool IsModified { get; }
Property Value
- bool
JustifyLast
public bool JustifyLast { get; set; }
Property Value
- bool
KnownColor
public ExcelColors KnownColor { get; set; }
Property Value
- ExcelColors
Locked
public bool Locked { get; set; }
Property Value
- bool
Name
public string Name { get; }
Property Value
- string
public string NumberFormat { get; set; }
Property Value
- string
public int NumberFormatIndex { get; set; }
Property Value
- int
public string NumberFormatLocal { get; set; }
Property Value
- string
public INumberFormat NumberFormatSettings { get; }
Property Value
- INumberFormat
PatternColor
public Color PatternColor { get; set; }
Property Value
- Color
PatternKnownColor
public ExcelColors PatternKnownColor { get; set; }
Property Value
- ExcelColors
ReadingOrder
public ReadingOrderType ReadingOrder { get; set; }
Property Value
- ReadingOrderType
Rotation
public int Rotation { get; set; }
Property Value
- int
ShrinkToFit
public bool ShrinkToFit { get; set; }
Property Value
- bool
VerticalAlignment
public VerticalAlignType VerticalAlignment { get; set; }
Property Value
- VerticalAlignType
WrapText
public bool WrapText { get; set; }
Property Value
- bool
Methods
BeginUpdate()
public virtual void BeginUpdate()
EndUpdate()
public virtual void EndUpdate()
GetThemeColor(out ThemeColorType, out double)
public bool GetThemeColor(out ThemeColorType type, out double tint)
Parameters
type
ThemeColorType
tint
double
Returns
- bool
SetThemeColor(ThemeColorType, double)
public void SetThemeColor(ThemeColorType type, double tint)
Parameters
type
ThemeColorType
tint
double