Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Lbl Class / rgce Property


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