Excel.Interfaces.CollectionLoadOptions interface
Provides ways to load properties of only a subset of members of a collection.
$skip | Specify the number of items in the collection that are to be skipped and not included in the result. If top is specified, the selection of result will start after skipping the specified number of items. |
$top | Specify the number of items in the queried collection to be included in the result. |
Specify the number of items in the collection that are to be skipped and not included in the result. If top is specified, the selection of result will start after skipping the specified number of items.
$skip?: number;
Property Value
number
Specify the number of items in the queried collection to be included in the result.
$top?: number;
Property Value
number
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: