data_source property

data_source property

Gets and sets the data source of the pivot table.

Definition:

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

See Also