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


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