Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MSOCR Class / blue Property


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