Excel.WorksheetRowSortedEventArgs interface
Provides information about the row-sorted event and its related worksheet.
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 |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet where the sorting happened. |
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.
address: string;
Property Value
string
Remarks
Gets the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
Gets the type of the event. See Excel.EventType
for details.
type: "WorksheetRowSorted";
Property Value
"WorksheetRowSorted"
Remarks
Gets the ID of the worksheet where the sorting happened.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: