Edit

Share via


Excel.WorksheetRowSortedEventArgs interface

Provides information about the row-sorted event and its related worksheet.

Remarks

[ API set: ExcelApi 1.10 ]

Properties

address

Gets the range address that represents the sorted areas of a specific worksheet. Only rows changed as a result of the sort operation are returned.

source

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

type

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

worksheetId

Gets the ID of the worksheet where the sorting happened.

Property Details

address

Gets the range address that represents the sorted areas of a specific worksheet. Only rows changed as a result of the sort operation are returned.

TypeScript
address: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.10 ]

source

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

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

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

[ API set: ExcelApi 1.10 ]

type

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

TypeScript
type: "WorksheetRowSorted";

Property Value

"WorksheetRowSorted"

Remarks

[ API set: ExcelApi 1.10 ]

worksheetId

Gets the ID of the worksheet where the sorting happened.

TypeScript
worksheetId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.10 ]