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


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