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):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The selected row. |
| column | int | The selected column. |
| scope | aspose.cells.pivot.PivotConditionFormatScopeType | The scope |
See Also
- module
aspose.cells.pivot - class
PivotConditionalFormat