ViewProperties.NotesViewProperties Property

Notes View Properties.Represents the element tag in schema: p:notesViewPr

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

Syntax

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

value = instance.NotesViewProperties

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.NotesViewProperties
Returns NotesViewProperties.

See Also

Reference

ViewProperties Class

ViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace