次の方法で共有


ViewProperties.LastView プロパティ

定義

最後のビュー

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

[DocumentFormat.OpenXml.SchemaAttr(0, "lastView")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues> LastView { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues> LastView { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lastView")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues>? LastView { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lastView")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues>? LastView { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues>? LastView { get; set; }
member this.LastView : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lastView")>]
member this.LastView : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lastView")>]
member this.LastView : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.ViewValues> with get, set
Public Property LastView As EnumValue(Of ViewValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

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

プレゼンテーション ドキュメントが最後に保存されたときに使用されたビュー モードを指定します。

この属性に使用できる値は、単純型によって ST_ViewType 定義されます。

適用対象