Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / ContextTranslatedRowCount Property


In This Topic
    ContextTranslatedRowCount Property
    In This Topic
    Gets or sets the translated row count of current reference source when we unparse the expression to formula.
    Syntax
    'Declaration
     
    
    Public Property ContextTranslatedRowCount As Integer
    'Usage
     
    
    Dim instance As FormulaEngine
    Dim value As Integer
     
    instance.ContextTranslatedRowCount = value
     
    value = instance.ContextTranslatedRowCount
    public int ContextTranslatedRowCount {get; set;}

    Property Value

    An integer value represents the context translated row count.
    See Also