max_column_index property
max_column_index property
Gets or sets the largest zero-based index of a column to be extracted from a document table. The default value is negative which means that the largest column index is not limited.
Definition:
@property
def max_column_index(self):
...
@max_column_index.setter
def max_column_index(self, value):
...
See Also
- module
groupdocs.assembly.data
- class
DocumentTableOptions