Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ChartParsedFormula Class / rgce Property


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