次の方法で共有


Row.Spans プロパティ

定義

またがる

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

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

プロパティ値

ListValue<T> を返します。

属性

適用対象