次の方法で共有


CommonBehavior.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 を返します。

属性

注釈

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

この属性は、アニメーションの終了値を指定します。

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

適用対象