Share via


NumberingFormat.FormatCode Property

Number Format Code.Represents the attribte in schema: formatCode

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

Syntax

'Declaration
<SchemaAttrAttribute(, "formatCode")> _
Public Property FormatCode As StringValue
    Get
    Set
'Usage
Dim instance As NumberingFormat
Dim value As StringValue

value = instance.FormatCode

instance.FormatCode = value
[SchemaAttrAttribute(, "formatCode")]
public StringValue FormatCode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

NumberingFormat Class

NumberingFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace