Excel.WorksheetRowHiddenChangedEventArgs interface
Provides information about the worksheet's row hidden change event.
Remarks
Properties
address | Gets the range address that represents the changed area of a specific worksheet. |
change |
Gets the type of change that represents how the event was triggered. See |
source | Gets the source of the event. See |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet in which the data changed. |
Property Details
address
Gets the range address that represents the changed area of a specific worksheet.
address: string;
Property Value
string
Remarks
changeType
Gets the type of change that represents how the event was triggered. See Excel.RowHiddenChangeType
for details.
changeType: Excel.RowHiddenChangeType | "Unhidden" | "Hidden";
Property Value
Excel.RowHiddenChangeType | "Unhidden" | "Hidden"
Remarks
source
Gets the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
Gets the type of the event. See Excel.EventType
for details.
type: "WorksheetRowHiddenChanged";
Property Value
"WorksheetRowHiddenChanged"
Remarks
worksheetId
Gets the ID of the worksheet in which the data changed.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins