Edit

Excel.TableAddedEventArgs interface

Provides information about the table that raised the added event.

Properties

source

Gets the source of the event. See Excel.EventSource for details.

tableId

Gets the ID of the table that is added.

type

Gets the type of the event. See Excel.EventType for details.

worksheetId

Gets the ID of the worksheet in which the table is added.

Property Details

source

Gets the source of the event. See Excel.EventSource for details.

source: Excel.EventSource | "Local" | "Remote";

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

API set: ExcelApi 1.9

tableId

Gets the ID of the table that is added.

tableId: string;

Property Value

string

Remarks

API set: ExcelApi 1.9

type

Gets the type of the event. See Excel.EventType for details.

type: "TableAdded";

Property Value

"TableAdded"

Remarks

API set: ExcelApi 1.9

worksheetId

Gets the ID of the worksheet in which the table is added.

worksheetId: string;

Property Value

string

Remarks

API set: ExcelApi 1.9