ViewProperties.LastView Property

Definition

Last View

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the view mode that was used when the presentation document was last saved.

The possible values for this attribute are defined by the ST_ViewType simple type.

Applies to