table_index property
table_index property
Get or set the index of table to import from html.
Definition:
@property
def table_index(self):
    ...
@table_index.setter
def table_index(self, value):
    ...
See Also
- module aspose.cells
- class HtmlTableLoadOption