CellFormat.ApplyNumberFormat Property

Apply Number Format.Represents the attribte in schema: applyNumberFormat

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "applyNumberFormat")> _
Public Property ApplyNumberFormat As BooleanValue
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As BooleanValue

value = instance.ApplyNumberFormat

instance.ApplyNumberFormat = value
[SchemaAttrAttribute(, "applyNumberFormat")]
public BooleanValue ApplyNumberFormat { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace