次の方法で共有


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

属性

注釈

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

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

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

適用対象