apply_to method

apply_to(self, row, column, scope)

Applies the conditional format to range. Only for the data region.


def apply_to(self, row, column, scope):
    ...
ParameterTypeDescription
rowintThe selected row.
columnintThe selected column.
scopePivotConditionFormatScopeTypeThe scope

See Also