Excel.Interfaces.NoteLoadOptions interface
Represents a note in the workbook or worksheet.
$all | Specifying |
author |
Gets the author of the note. |
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. |
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
Gets the author of the note.
authorName?: boolean;
Property Value
boolean
Remarks
Gets or sets the text of the note.
content?: boolean;
Property Value
boolean
Remarks
Specifies the height of the note.
height?: boolean;
Property Value
boolean
Remarks
Specifies the visibility of the note. A value of true
means the note is shown.
visible?: boolean;
Property Value
boolean
Remarks
Specifies the width of the note.
width?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: