Edit

Share via


Excel.Interfaces.NoteLoadOptions interface

Represents a note in the workbook or worksheet.

Remarks

[ API set: ExcelApi 1.18 ]

Properties

$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).

authorName

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 true means the note is shown.

width

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).

TypeScript
$all?: boolean;

Property Value

boolean

authorName

Gets the author of the note.

TypeScript
authorName?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]

content

Gets or sets the text of the note.

TypeScript
content?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]

height

Specifies the height of the note.

TypeScript
height?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]

visible

Specifies the visibility of the note. A value of true means the note is shown.

TypeScript
visible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]

width

Specifies the width of the note.

TypeScript
width?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]