Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ArgbColorInfo Class / B Property


In This Topic
    B Property (ArgbColorInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Property B As Byte
    'Usage
     
    Dim instance As ArgbColorInfo
    Dim value As Byte
     
    instance.B = value
     
    value = instance.B
    public byte B {get; set;}
    See Also