Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.WorksheetVisibilityChangedEventArgs interface
- Package:
- excel
Provides information about the worksheet whose visibility has changed.
Remarks
Used by
Properties
| source | The source of the event. It can be local or remote (through co-authoring). |
| type | Gets the type of the event. |
| visibilityAfter | Gets the new visibility setting of the worksheet, after the visibility change. |
| visibilityBefore | Gets the previous visibility setting of the worksheet, before the visibility change. |
| worksheetId | 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
Feedback
Was this page helpful?
