Spread Windows Forms 12.0 Product Documentation
ContextTranslatedColumnCount Property


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

Reference

FormulaEngine Class
FormulaEngine Members