OneNote.Interfaces.TableData interface

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

Properties

borderVisible

Gets or sets whether the borders are visible or not. True if they are visible, false if they are hidden.

columnCount

Gets the number of columns in the table.

id

Gets the ID of the table. Read-only.

rowCount

Gets the number of rows in the table.

rows

Gets all of the table rows. Read-only.

Property Details

borderVisible

Gets or sets whether the borders are visible or not. True if they are visible, false if they are hidden.

borderVisible?: boolean;

Property Value

boolean

Remarks

[ API set: OneNoteApi 1.1 ]

columnCount

Gets the number of columns in the table.

columnCount?: number;

Property Value

number

Remarks

[ API set: OneNoteApi 1.1 ]

id

Gets the ID of the table. Read-only.

id?: string;

Property Value

string

Remarks

[ API set: OneNoteApi 1.1 ]

rowCount

Gets the number of rows in the table.

rowCount?: number;

Property Value

number

Remarks

[ API set: OneNoteApi 1.1 ]

rows

Gets all of the table rows. Read-only.

rows?: OneNote.Interfaces.TableRowData[];

Property Value

Remarks

[ API set: OneNoteApi 1.1 ]