refresh_option property

refresh_option property

Gets and set options for refreshing data source to pivot cache.

Definition:

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

See Also