is_multiple_item_selection_allowed property
is_multiple_item_selection_allowed property
indicates whether the field can have multiple items selected in the page field The default value is false.
Definition:
@property
def is_multiple_item_selection_allowed(self):
...
@is_multiple_item_selection_allowed.setter
def is_multiple_item_selection_allowed(self, value):
...
See Also
- module
aspose.cells.pivot
- class
PivotField