méthode select_field

select_field(self, axis_type, field_name)

Sélectionnez un champ dans la région comme zone.


def select_field(self, axis_type, field_name):
    ...
ParamètreTaperDescription
axis_typePivotFieldTypeLe type de région.
field_namestrLe nom du champ pivot.

select_field(self, axis_type, field)

Sélectionnez un champ dans la région comme zone.


def select_field(self, axis_type, field):
    ...
ParamètreTaperDescription
axis_typePivotFieldTypeLe type de région.
fieldPivotFieldLe champ pivot.

Voir également