lazy_loading property

lazy_loading property

Gets/Sets whether to load active worksheet only,the default is false.

Definition:

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

See Also