Excel.Interfaces.WorksheetUpdateData interface

An interface for updating data on the Worksheet object, for use in worksheet.set({ ... }).

Properties

name

The display name of the worksheet.

position

The zero-based position of the worksheet within the workbook.

visibility

The visibility of the worksheet.

Property Details

name

The display name of the worksheet.

name?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.1 ]

position

The zero-based position of the worksheet within the workbook.

position?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.1 ]

visibility

The visibility of the worksheet.

visibility?: Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden";

Property Value

Excel.SheetVisibility | "Visible" | "Hidden" | "VeryHidden"

Remarks

[ API set: ExcelApi 1.1 for reading visibility; 1.2 for setting it. ]