NumericPoint.FormatCode プロパティ

定義

数値形式

スキーマの formatCode の次の属性を表します。

[DocumentFormat.OpenXml.SchemaAttr(0, "formatCode")]
public DocumentFormat.OpenXml.StringValue FormatCode { get; set; }
public DocumentFormat.OpenXml.StringValue FormatCode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "formatCode")]
public DocumentFormat.OpenXml.StringValue? FormatCode { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("formatCode")]
public DocumentFormat.OpenXml.StringValue? FormatCode { get; set; }
public DocumentFormat.OpenXml.StringValue? FormatCode { get; set; }
member this.FormatCode : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "formatCode")>]
member this.FormatCode : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("formatCode")>]
member this.FormatCode : DocumentFormat.OpenXml.StringValue with get, set
Public Property FormatCode As StringValue

プロパティ値

StringValue を返します。

属性

注釈

ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

適用する書式コードを表す文字列。 詳細については、SpreadsheetML numFmt 要素の formatCode 属性に関するページを参照してください。

この属性に使用できる値は、 ST_Xstring 単純型によって定義されます。

適用対象