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


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