Share via


Line.To プロパティ

定義

線の終点

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

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

プロパティ値

StringValue を返します。

属性

適用対象