DrawingNotes.GeneralNotes Property
Parent Object: DrawingNotesDescription
Property that returns the collection of general notes on the sheet.
Syntax
DrawingNotes.GeneralNotes() As GeneralNotesProperty Value
This is a read only property whose value is a GeneralNotes.Samples
Name | Description |
Add a general note | This sample illustrates creating text (general note) in a sheet. |
Creating Stacked Text | This sample demonstrates the creation of stacked text and text with superscript & subscript. |