Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IExpressionConsumer Interface / FormulaCount Property


In This Topic
    FormulaCount Property
    In This Topic
    Gets the formula count used by the consumer.
    Syntax
    'Declaration
     
    
    ReadOnly Property FormulaCount As Integer
    'Usage
     
    
    Dim instance As IExpressionConsumer
    Dim value As Integer
     
    value = instance.FormulaCount
    int FormulaCount {get;}
    See Also