Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjectParsedFormula Class / RgceVar Property


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