add_table_load_option method

add_table_load_option(self, item)

Adds one HtmlTableLoadOption into this collection.

Returns

the index of the added item


def add_table_load_option(self, item):
    ...
ParameterTypeDescription
itemaspose.cells.HtmlTableLoadOptionone HtmlTableLoadOption

See Also