API Reference
Class
ExcelCellStyleSnapshot
Immutable style metadata resolved for a cell.
Inheritance
- Object
- ExcelCellStyleSnapshot
Constructors
public ExcelCellStyleSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 StyleIndex { get; set; } #Original style index.
public UInt32 NumberFormatId { get; set; } #Number format identifier referenced by the style.
public String NumberFormatCode { get; set; } #Resolved number format code, when available.
public Boolean IsDateLike { get; set; } #Whether the number format looks date-like.
public Boolean Bold { get; set; } #Whether the font is bold.
public Boolean Italic { get; set; } #Whether the font is italic.
public Boolean Underline { get; set; } #Whether the font is underlined.
public String FontColorArgb { get; set; } #Font color in ARGB hexadecimal form, when directly resolvable.
public String FillColorArgb { get; set; } #Fill color in ARGB hexadecimal form, when directly resolvable.
public ExcelCellBorderSnapshot Border { get; set; } #Border metadata resolved for the cell style, when available.
public String HorizontalAlignment { get; set; } #Horizontal alignment value, when specified.
public String VerticalAlignment { get; set; } #Vertical alignment value, when specified.
public Boolean WrapText { get; set; } #Whether wrap text is enabled.