SpreadsheetGear 2017
FormatColor Property (IColorScaleCriterion)






SpreadsheetGear Namespace > IColorScaleCriterion Interface : FormatColor Property
Returns an instance of IFormatColor which represents the color of this criterion.
Syntax
'Declaration
 
ReadOnly Property FormatColor As IFormatColor
'Usage
 
Dim instance As IColorScaleCriterion
Dim value As IFormatColor
 
value = instance.FormatColor
IFormatColor FormatColor {get;}
read-only property FormatColor: IFormatColor; 
function get FormatColor : IFormatColor
__property IFormatColor* get_FormatColor();
property IFormatColor^ FormatColor {
   IFormatColor^ 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

IColorScaleCriterion Interface
IColorScaleCriterion Members