Excel.Interfaces.NamedSheetViewUpdateData interface
An interface for updating data on the NamedSheetView object, for use in namedSheetView.set({ ... }).
Properties
| name | Specifies 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
Specifies 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