AbstractStyle.InternalID Property

NanoXLSX

NanoXLSX

AbstractStyleInternalID Property

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

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Nullable<int> InternalID { get; set; }

Property Value

Type: NullableInt32
See Also