Share via


SlideRange.NotesPage Property

Returns a SlideRange object that represents the notes pages for the specified slide or range of slides. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property NotesPage As SlideRange
    Get
'Usage
Dim instance As SlideRange
Dim value As SlideRange

value = instance.NotesPage
SlideRange NotesPage { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.SlideRange

Remarks

The NotesPage property returns the notes page for either a single slide or a range of slides and lets you make changes only to those notes pages. If you want to make changes that affect all notes pages, use the NotesMaster property to return the Slide object that represents the notes master.

Note

The following properties and methods will fail if applied to a SlideRange object that represents a notes page:

See Also

Reference

SlideRange Interface

SlideRange Members

Microsoft.Office.Interop.PowerPoint Namespace