target_sheet_index property
target_sheet_index property
Get or set the target index of worksheet where the table is to be located.
Definition:
@property
def target_sheet_index(self):
    ...
@target_sheet_index.setter
def target_sheet_index(self, value):
    ...
See Also
- module aspose.cells
- class HtmlTableLoadOption