SpreadsheetGear 2017
RGB Property (IColorFormat)






SpreadsheetGear.Shapes Namespace > IColorFormat Interface : RGB Property
Gets or sets the RGB value of this color as an instance of SpreadsheetGear.Color.
Syntax
'Declaration
 
Property RGB As Color
'Usage
 
Dim instance As IColorFormat
Dim value As Color
 
instance.RGB = value
 
value = instance.RGB
Color RGB {get; set;}
read-write property RGB: Color; 
function get,set RGB : Color
__property Color get_RGB();
__property void set_RGB( 
   Color value
);
property Color RGB {
   Color get();
   void set (    Color value);
}
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

IColorFormat Interface
IColorFormat Members
RGB Property
SchemeColor Property
ThemeColor Property
TintAndShade Property