SpreadsheetGear 2017
ColorScale Property (IFormatCondition)






SpreadsheetGear Namespace > IFormatCondition Interface : ColorScale Property
Returns the instance of IColorScale associated with this conditional format or null if there is no ColorScale associated with this conditional format.
Syntax
'Declaration
 
ReadOnly Property ColorScale As IColorScale
'Usage
 
Dim instance As IFormatCondition
Dim value As IColorScale
 
value = instance.ColorScale
IColorScale ColorScale {get;}
read-only property ColorScale: IColorScale; 
function get ColorScale : IColorScale
__property IColorScale* get_ColorScale();
property IColorScale^ ColorScale {
   IColorScale^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFormatCondition Interface
IFormatCondition Members