Edit

Share via


Excel.Interfaces.NoteData interface

An interface describing the data returned by calling note.toJSON().

Properties

authorName

Gets the author of the note.

content

Specifies the text of the note.

height

Specifies the height of the note. Note: This property is not supported in Excel on the web.

visible

Specifies the visibility of the note. A value of true means the note is shown. Note: This property is not supported in Excel on the web.

width

Specifies the width of the note. Note: This property is not supported in Excel on the web.

Property Details

authorName

Gets the author of the note.

authorName?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.18 ]

content

Specifies the text of the note.

content?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.18 ]

height

Specifies the height of the note. Note: This property is not supported in Excel on the web.

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. Note: This property is not supported in Excel on the web.

visible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.18 ]

width

Specifies the width of the note. Note: This property is not supported in Excel on the web.

width?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.18 ]