Spread WinForms 15
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

Property Value

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