Spread WPF 17
GrapeCity.Excel Namespace / GcColor Structure / R Property


In This Topic
    R Property
    In This Topic
    The red component value of this GrapeCity.Excel.GcColor
    Syntax
    'Declaration
     
    Public ReadOnly Property R As Byte
    'Usage
     
    Dim instance As GcColor
    Dim value As Byte
     
    value = instance.R
    public byte R {get;}
    See Also