Excel.Interfaces.NoteCollectionLoadOptions interface
Represents a collection of note objects that are part of the workbook.
Remarks
Properties
$all | Specifying |
author |
For EACH ITEM in the collection: Gets the author of the note. |
content | For EACH ITEM in the collection: Gets or sets the text of the note. |
height | For EACH ITEM in the collection: Specifies the height of the note. |
visible | For EACH ITEM in the collection: Specifies the visibility of the note. A value of |
width | For EACH ITEM in the collection: Specifies the width of the note. |
Property Details
$all
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
authorName
For EACH ITEM in the collection: Gets the author of the note.
authorName?: boolean;
Property Value
boolean
Remarks
content
For EACH ITEM in the collection: Gets or sets the text of the note.
content?: boolean;
Property Value
boolean
Remarks
height
For EACH ITEM in the collection: Specifies the height of the note.
height?: boolean;
Property Value
boolean
Remarks
visible
For EACH ITEM in the collection: Specifies the visibility of the note. A value of true
means the note is shown.
visible?: boolean;
Property Value
boolean
Remarks
width
For EACH ITEM in the collection: Specifies the width of the note.
width?: boolean;
Property Value
boolean
Remarks
Office Add-ins