Excel.Interfaces.NamedSheetViewData interface

An interface describing the data returned by calling namedSheetView.toJSON().

Properties

name

Gets or sets the name of the sheet view. The temporary sheet view name is the empty string (""). Naming the view by using the name property causes the sheet view to be saved.

Property Details

name

Gets or sets the name of the sheet view. The temporary sheet view name is the empty string (""). Naming the view by using the name property causes the sheet view to be saved.

name?: string;

Property Value

string

Remarks

[ API set: ExcelApiOnline 1.1 ]