Excel.WorksheetVisibilityChangedEventArgs interface
Provides information about the worksheet whose visibility has changed.
Remarks
Properties
source | The source of the event. It can be local or remote (through co-authoring). |
type | Gets the type of the event. |
visibility |
Gets the new visibility setting of the worksheet, after the visibility change. |
visibility |
Gets the previous visibility setting of the worksheet, before the visibility change. |
worksheet |
Gets the ID of the worksheet whose visibility has changed. |
Property Details
source
The source of the event. It can be local or remote (through co-authoring).
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
visibilityAfter
Gets the new visibility setting of the worksheet, after the visibility change.
visibilityAfter: Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden";
Property Value
Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden"
Remarks
visibilityBefore
Gets the previous visibility setting of the worksheet, before the visibility change.
visibilityBefore: Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden";
Property Value
Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden"
Remarks
worksheetId
Gets the ID of the worksheet whose visibility has changed.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins