ViewProperties.SorterViewProperties Property

Slide Sorter View Properties.Represents the element tag in schema: p:sorterViewPr

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

Syntax

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

value = instance.SorterViewProperties

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.SorterViewProperties
Returns SorterViewProperties.

See Also

Reference

ViewProperties Class

ViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace