remove_field method

remove_field

Removes a field from specific field area

def remove_field(self, field_type, field_name):
    ...
ParameterTypeDescription
field_typePivotFieldTypeThe fields area type.
field_namestrThe name in the base fields.

remove_field

Removes a field from specific field area

def remove_field(self, field_type, base_field_index):
    ...
ParameterTypeDescription
field_typePivotFieldTypeThe fields area type.
base_field_indexintThe field index in the base fields.

remove_field

Remove field from specific field area

def remove_field(self, field_type, pivot_field):
    ...
ParameterTypeDescription
field_typePivotFieldTypethe fields area type.
pivot_fieldPivotFieldthe field in the base fields.

See Also