ColorScale.Formula Property

Definition

Returns or sets a String representing a formula that determines the values to which the icon set will be applied.

public:
 property System::String ^ Formula { System::String ^ get(); void set(System::String ^ value); };
public string Formula { get; set; }
Public Property Formula As String

Property Value

String

Remarks

This property is useful to limit the range of values that will display the conditional format. A typical scenario is when you have a range of numbers containing both positive and negative values. You may want to create more than one conditional format for this range of numbers—one for positive values and another for negative values.

Applies to