Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.Interfaces.NamedSheetViewCollectionLoadOptions interface
- Package:
- excel
Represents the collection of sheet views in the worksheet.
Properties
| $all | Specifying |
| name | For EACH ITEM in the collection: 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
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
name
For EACH ITEM in the collection: 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?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
