Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / ContextTranslatedColumnCount Property


In This Topic
ContextTranslatedColumnCount Property
In This Topic
Gets or sets the translated column count of current reference source when we unparse the expression to formula.
Syntax
'Declaration
 
Public Property ContextTranslatedColumnCount As Integer
 
'Usage
 
Dim instance As FormulaEngine
Dim value As Integer
 
instance.ContextTranslatedColumnCount = value
 
value = instance.ContextTranslatedColumnCount

Property Value

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