Property NumberFormat
NumberFormat
Gets the number format code, or null for the general format.
public string? NumberFormat { get; }
Property Value
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.