Assembly: Tab;
The ITabFormatScale interface contains properties of conditional formatting that forms the color scale based on the cells values.
ITabFormatScale
Conditional format parameters are set in the ITabFormatCondition.Details property.
| Property name | Brief description | |
| TargetType | The TargetType property determines application area of the color scale. |
| Property name | Brief description | |
| Color | The Color property determines the color of selected scale interval. | |
| EndColor | The EndColor property determines the end scale color. | |
| StartColor | The StartColor property determines primary color of the scale. |
| Property name | Brief description | |
| AutoCalculable | The AutoCalculable property determines whether interval values should be calculated automatically. | |
| IntervalsCount | The IntervalsCount property determines the number of intervals. | |
| Item | The Item property determines an interval value by index. | |
| Type | The Type property determines a styles table type. | |
| UseAutoValues | The UseAutoValues property determines whether value autoselection should be used. |
| Property name | Brief description | |
![]() |
GetAutoColor | The GetAutoColor method returns the color by index. |
![]() |
GetIntervalValueBound | The GetIntervalValueBound method gets interval border. |
![]() |
GetUsedIntervalIndex | The GetUsedIntervalIndex method is used to get the number of scale intervals in use. |
![]() |
GetUsedIntervalsCount | The GetUsedIntervalsCount method is used to get index of scale interval by the index of interval in use. |
![]() |
Recalc | The Recalc method recalculates color scale. |
See also: