GrapeCity.Excel Namespace : ExcelColorScaleRule Class |
The following tables list the members exposed by ExcelColorScaleRule.
Name | Description | |
---|---|---|
ExcelColorScaleRule Constructor | Initializes a new instance of the ExcelColorScaleRule class. |
Name | Description | |
---|---|---|
HasMiddleNode | Flag indicate whether it's a three points gradient scale or two point gradient scale. | |
Maximum | The values of the maximum of the interpolation points in a gradient scale. | |
MaximumColor | The color of the maximum of the interpolation points in a gradient scale. | |
Middle | The values of the middle of the interpolation points in a gradient scale. | |
MiddleColor | The color of the middle of the interpolation points in a gradient scale. | |
Minimum | The values of the minimum of the interpolation points in a gradient scale. | |
MinimumColor | The color of the minimum of the interpolation points in a gradient scale. | |
Priority | The priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority. | |
StopIfTrue | Flag indicates whether apply other lower priority rules when this rule evaluates to true. | |
Type | Type of conditional formatting rule. |