Style.NumberFormat.IsCustomFormat Property

NanoXLSX

NanoXLSX

StyleNumberFormatIsCustomFormat Property

Gets whether the number format is a custom format (higher or equals 164). If true, the format is custom

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool IsCustomFormat { get; }

Property Value

Type: Boolean
See Also