Excel.Interfaces.NoteUpdateData interface
An interface for updating data on the Note
object, for use in note.set({ ... })
.
content | Gets or sets the text of the note. |
height | Specifies the height of the note. |
visible | Specifies the visibility of the note. A value of |
width | Specifies the width of the note. |
Gets or sets the text of the note.
TypeScript
content?: string;
Property Value
string
Remarks
Specifies the height of the note.
TypeScript
height?: number;
Property Value
number
Remarks
Specifies the visibility of the note. A value of true
means the note is shown.
TypeScript
visible?: boolean;
Property Value
boolean
Remarks
Specifies the width of the note.
TypeScript
width?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: