Table of Contents

Property NumberFormat

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

NumberFormat

Gets the number format code, or null for the general format.

public string? NumberFormat { get; }

Property Value

string

Remarks

An Excel format code, not a .NET one: #,##0.00 rather than N2. A report's .NET-shaped format string is translated before it reaches here.