NumericPoint.FormatCode Property

Number Format.Represents the attribte in schema: formatCode

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

声明
<SchemaAttrAttribute(, "formatCode")> _
Public Property FormatCode As StringValue
    Get
    Set
用法
Dim instance As NumericPoint
Dim value As StringValue

value = instance.FormatCode

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

A string representing the format code to apply. For more information see the SpreadsheetML numFmt element's formatCode attribute.

The possible values for this attribute are defined by the ST_Xstring simple type.

See Also

Reference

NumericPoint Class

NumericPoint Members

DocumentFormat.OpenXml.Drawing.Charts Namespace