ViewProperties.OutlineViewProperties Property

Outline View Properties.Represents the element tag in schema: p:outlineViewPr

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

Syntax

'Declaration
Public Property OutlineViewProperties As OutlineViewProperties
    Get
    Set
'Usage
Dim instance As ViewProperties
Dim value As OutlineViewProperties

value = instance.OutlineViewProperties

instance.OutlineViewProperties = value
public OutlineViewProperties OutlineViewProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.OutlineViewProperties
Returns OutlineViewProperties.

See Also

Reference

ViewProperties Class

ViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace