طريقة select_field

select_field(self, axis_type, field_name)

حدد حقلاً في المنطقة كمنطقة.


def select_field(self, axis_type, field_name):
    ...
معامليكتبوصف
axis_typePivotFieldTypeنوع المنطقة.
field_namestrاسم حقل المحور.

select_field(self, axis_type, field)

حدد حقلاً في المنطقة كمنطقة.


def select_field(self, axis_type, field):
    ...
معامليكتبوصف
axis_typePivotFieldTypeنوع المنطقة.
fieldPivotFieldحقل المحور.

أنظر أيضا