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
public int ContextTranslatedColumnCount {get; set;}
Property Value
An integer value represents the context translated column count.
See Also