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


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