API Reference
LegacyXlsCellStyleExtensionProperty
Describes one XFExt formatting property extension preserved from a BIFF style extension record.
Inheritance
- Object
- LegacyXlsCellStyleExtensionProperty
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 Index { get; } #Gets the zero-based property index within the XFExt record.
public UInt16 PropertyType { get; } #Gets the raw ExtProp type identifier.
public String PropertyTypeName { get; } #Gets the decoded ExtProp type name, when known.
public UInt16 TotalByteCount { get; } #Gets the total ExtProp byte count declared by the property.
public Int32 DataByteCount { get; } #Gets the byte count of the ExtProp data payload after the type and size fields.
public Nullable<UInt16> NumericValue { get; } #Gets a decoded 2-byte numeric value for simple ExtProp payloads, when present.
public String NumericValueName { get; } #Gets a decoded name for the simple numeric payload, when known.
public Nullable<UInt16> ColorType { get; } #Gets the FullColorExt color storage type, when this property carries a color payload.
public String ColorTypeName { get; } #Gets the decoded FullColorExt color storage type name, when known.
public Nullable<Int16> ColorTintShade { get; } #Gets the FullColorExt tint/shade adjustment, when this property carries a color payload.
public Nullable<UInt32> ColorValue { get; } #Gets the raw FullColorExt color value, when this property carries a color payload.
public String ColorValueHex { get; } #Gets the raw FullColorExt color value formatted as hexadecimal, when present.