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