次の方法で共有


TableStyleType.StyleName プロパティ

定義

名前

スキーマ内の次の属性を表します: styleName

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

プロパティ値

StringValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

ユーザー インターフェイスに表示できるテーブル スタイルの名前を指定し、ユーザーにスタイルを識別します。

この属性に使用できる値は、XML スキーマ string データ型によって定義されます。

適用対象