Word.Interfaces.ContentControlListItemCollectionLoadOptions interface
Contains a collection of Word.ContentControlListItem objects that represent the items in a dropdown list or combo box content control.
Remarks
Properties
$all | Specifying |
display |
For EACH ITEM in the collection: Specifies the display text of a list item for a dropdown list or combo box content control. |
index | For EACH ITEM in the collection: Specifies the index location of a content control list item in the collection of list items. |
value | For EACH ITEM in the collection: Specifies the programmatic value of a list item for a dropdown list or combo box content control. |
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
displayText
For EACH ITEM in the collection: Specifies the display text of a list item for a dropdown list or combo box content control.
displayText?: boolean;
Property Value
boolean
Remarks
index
For EACH ITEM in the collection: Specifies the index location of a content control list item in the collection of list items.
index?: boolean;
Property Value
boolean
Remarks
value
For EACH ITEM in the collection: Specifies the programmatic value of a list item for a dropdown list or combo box content control.
value?: boolean;
Property Value
boolean
Remarks
Office Add-ins