Share via


Line.From プロパティ

定義

行の開始

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

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

プロパティ値

StringValue を返します。

属性

適用対象