column_indexes property
column_indexes property
Gets or sets the columns(0-based) to import from data source. null means all columns should be imported.
Definition:
@property
def column_indexes(self):
...
@column_indexes.setter
def column_indexes(self, value):
...
See Also
- module
aspose.cells
- class
ImportTableOptions