BackgroundArgbColor { get; set; } | Gets and sets the background color with a 32-bit ARGB value. |
BackgroundColor { get; set; } | Gets or sets a style’s background color. |
BackgroundThemeColor { get; set; } | Gets and sets the background theme color. |
Borders { get; } | Gets the BorderCollection of the style. |
CultureCustom { get; set; } | Gets and sets the culture-dependent pattern string for number format. If no number format has been set for this object, null will be returned. If number format is builtin, the pattern string corresponding to the builtin number will be returned. |
Custom { get; set; } | Represents the custom number format string of this style object. If the custom number format is not set(For example, the number format is builtin), "" will be returned. |
Font { get; } | Gets a Font object. |
ForegroundArgbColor { get; set; } | Gets and sets the foreground color with a 32-bit ARGB value. |
ForegroundColor { get; set; } | Gets or sets a style’s foreground color. |
ForegroundThemeColor { get; set; } | Gets and sets the foreground theme color. |
HasBorders { get; } | Checks whether there are borders have been set for the style. |
HorizontalAlignment { get; set; } | Gets or sets the horizontal alignment type of the text in a cell. |
IndentLevel { get; set; } | Represents the indent level for the cell or range. Can only be an integer from 0 to 250. |
InvariantCustom { get; } | Gets the culture-independent pattern string for number format. If no number format has been set for this object, null will be returned. If number format is builtin, the pattern string corresponding to the builtin number will be returned. |
IsAlignmentApplied { get; set; } | Indicate whether the alignment formatting should be applied. |
IsBorderApplied { get; set; } | Indicate whether the border formatting should be applied. |
IsDateTime { get; } | Indicates whether the number format is a date format. |
IsFillApplied { get; set; } | Indicate whether the fill formatting should be applied. |
IsFontApplied { get; set; } | Indicate whether the font formatting should be applied. |
IsFormulaHidden { get; set; } | Represents if the formula will be hidden when the worksheet is protected. |
IsGradient { get; set; } | Indicates whether the cell shading is a gradient pattern. |
IsJustifyDistributed { get; set; } | Indicates if the cells justified or distributed alignment should be used on the last line of text. |
IsLocked { get; set; } | Gets or sets a value indicating whether a cell can be modified or not. |
IsNumberFormatApplied { get; set; } | Indicate whether the number formatting should be applied. |
IsPercent { get; } | Indicates whether the number format is a percent format. |
IsProtectionApplied { get; set; } | Indicate whether the protection formatting should be applied. |
IsTextWrapped { get; set; } | Gets or sets a value indicating whether the text within a cell is wrapped. |
Name { get; set; } | Gets or sets the name of the style. |
Number { get; set; } | Gets or sets the display format of numbers and dates. The formatting patterns are different for different regions. |
ParentStyle { get; } | Gets the parent style of this style. |
Pattern { get; set; } | Gets or sets the cell background pattern type. |
QuotePrefix { get; set; } | Indicates whether the cell’s value starts with single quote mark. |
RotationAngle { get; set; } | Represents text rotation angle. |
ShrinkToFit { get; set; } | Represents if text automatically shrinks to fit in the available column width. |
TextDirection { get; set; } | Represents text reading order. |
VerticalAlignment { get; set; } | Gets or sets the vertical alignment type of the text in a cell. |