[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.NumberFormat

NumberFormat Struct

Represents number format properties which indicate how to format and render the numeric value of a cell

Implements
Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct NumberFormat : IEquatable<NumberFormat>
Public Structure NumberFormat
    Implements IEquatable(Of NumberFormat)

Constructors

Name Description
NumberFormat(string)

Initializes a new instance of the NumberFormat struct.

Fields

Name Description
Empty

Gets the empty number format.

General

Represents the general number format.

Properties

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.

Methods

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.