Spread Windows Forms 12.0 Product Documentation
ContextTranslatedRowCount Property


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > FormulaEngine Class : ContextTranslatedRowCount Property
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

Reference

FormulaEngine Class
FormulaEngine Members