'Declaration Public Function AddDataBarRule( _ ByVal minType As ScaleValueType, _ ByVal minValue As System.Object, _ ByVal maxType As ScaleValueType, _ ByVal maxValue As System.Object, _ ByVal setColor As System.Windows.Media.Color, _ ByVal ParamArray ranges() As CellRange _ ) As DataBarRule
'Usage Dim instance As ConditionalFormat Dim minType As ScaleValueType Dim minValue As System.Object Dim maxType As ScaleValueType Dim maxValue As System.Object Dim setColor As System.Windows.Media.Color Dim ranges() As CellRange Dim value As DataBarRule value = instance.AddDataBarRule(minType, minValue, maxType, maxValue, setColor, ranges)
public DataBarRule AddDataBarRule( ScaleValueType minType, System.object minValue, ScaleValueType maxType, System.object maxValue, System.Windows.Media.Color setColor, params CellRange[] ranges )
Parameters
- minType
- The minimum scale type.
- minValue
- The minimum scale value.
- maxType
- The maximum scale type.
- maxValue
- The maximum scale value.
- setColor
- The color data bar to show on the view.
- ranges
- The cell ranges where the rule is applied.
Return Value
Returns the new data bar rule.