[]
Represents number format properties which indicate how to format and render the numeric value of a cell
public struct NumberFormat : IEquatable<NumberFormat>
Public Structure NumberFormat
Implements IEquatable(Of NumberFormat)
| Name | Description |
|---|---|
| NumberFormat(string) | Initializes a new instance of the NumberFormat struct. |
| Name | Description |
|---|---|
| Empty | Gets the empty number format. |
| General | Represents the general number format. |
| Name | Description |
|---|---|
| BuiltInID | Gets the built-in number format ID. |
| CellType | Gets the cell type of this number format. |
| FormatCode | Gets the number format code of this number format. |
| Name | Description |
|---|---|
| CanBeOverridden(ref NumberFormat) | Determines whether this formatter should be replaced the specified number format. |
| Equals(NumberFormat) | Indicates whether the current object is equal to another object of the same type. |
| GetFormatter(IWorkbook, CultureInfo) | Gets the formatter which represents the behavior of this NumberFormat. |
| GetHashCode() | Returns a hash code for this instance. |
| IsEmpty() | Determines whether this instance is empty. |