Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaExtender Class / FormulaEntries Property


In This Topic
    FormulaEntries Property
    In This Topic
    Stores the datasource of this survey.
    Syntax
    'Declaration
     
    Public ReadOnly Property FormulaEntries As FormulaEntryCollection
    'Usage
     
    Dim instance As FormulaExtender
    Dim value As FormulaEntryCollection
     
    value = instance.FormulaEntries
    public FormulaEntryCollection FormulaEntries {get;}
    See Also