Spread Windows Forms 12.0 Product Documentation
R Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : R Property
Gets the red component value of this Color structure.
Syntax
'Declaration
 
Public ReadOnly Property R As Byte
'Usage
 
Dim instance As Color
Dim value As Byte
 
value = instance.R
public byte R {get;}
Remarks
Invoke this function only if the Type is ColorType.ARGB and IsKnownColor is false.

The Tint value isn't applied to the result.

See Also

Reference

Color Structure
Color Members