ViewProperties.LastView Property

Last View.Represents the attribte in schema: lastView

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "lastView")> _
Public Property LastView As EnumValue(Of ViewValues)
    Get
    Set
'Usage
Dim instance As ViewProperties
Dim value As EnumValue(Of ViewValues)

value = instance.LastView

instance.LastView = value
[SchemaAttrAttribute(, "lastView")]
public EnumValue<ViewValues> LastView { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ViewValues>
Returns EnumValue<T>.

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.

See Also

Reference

ViewProperties Class

ViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace