AbstractStyle.InternalID Property

PicoXLSX

PicoXLSX

AbstractStyleInternalID Property

Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Nullable<int> InternalID { get; set; }

Property Value

Type: NullableInt32
See Also