constants NotePartEnum
The NotePartEnum expression determines the part of note being accessed, by properties prefixed with Part, such as: PartCanMove, PartText, and so on. 

The following screen shot shows (in red) the starting and ending part of a note:

The position of the starting part is relative to the associated object ( DATE or BAR ), while the ending part is relative to the starting part. The NotePartEnum type contains the following values:

NameValueDescription
exNoteStart0 Indicates the starting part of the note.
exNoteEnd1 Indicates the ending part of the note.