options property
options property
Gets or sets DocumentTableOptions
to be used while loading the corresponding document table.
The default value is null, which means that default DocumentTableOptions
are to be applied.
Definition:
@property
def options(self):
...
@options.setter
def options(self, value):
...
See Also
- module
groupdocs.assembly.data
- class
DocumentTableLoadArgs
- class
DocumentTableOptions