Excel.WorksheetVisibilityChangedEventArgs interface

Provides information about the worksheet whose visibility has changed.

Remarks

[ API set: ExcelApi 1.17 ]

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

[ API set: ExcelApi 1.17 ]

type

Gets the type of the event.

type: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.17 ]

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

[ API set: ExcelApi 1.17 ]

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

[ API set: ExcelApi 1.17 ]

worksheetId

Gets the ID of the worksheet whose visibility has changed.

worksheetId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.17 ]