Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BopPopCustom Class / rggrbit Property


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