Aspose::Cells::Pivot::PivotConditionalFormat::ApplyTo method

PivotConditionalFormat::ApplyTo method

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

void Aspose::Cells::Pivot::PivotConditionalFormat::ApplyTo(int32_t row, int32_t column, PivotConditionFormatScopeType scope)
ParameterTypeDescription
rowint32_tThe selected row.
columnint32_tThe selected column.
scopePivotConditionFormatScopeTypeThe scope

See Also