Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LongRGB Class / reserved Property


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