table_to_list_object property

table_to_list_object property

Indicates whether generate list objects from imported tables. The default value is false.

Definition:

@property
def table_to_list_object(self):
    ...
@table_to_list_object.setter
def table_to_list_object(self, value):
    ...

See Also