sheets_in_loading_order property

sheets_in_loading_order property

Specifies the sheets(indices) and order to be loaded. Default is null, that denotes to load all sheets in the default order in template file. If not null and some sheet’s index is not in the returned array, then the sheet will not be loaded.

Definition:

@property
def sheets_in_loading_order(self):
    ...

See Also