Excel.Interfaces.NoteUpdateData interface

An interface for updating data on the Note object, for use in note.set({ ... }).

Properties

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

content

Gets or sets the text of the note.

content?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.18 ]

height

Specifies the height of the note.

height?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.18 ]

visible

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

visible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]

width

Specifies the width of the note.

width?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.18 ]