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


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