Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IEvaluationContext Interface / ArrayColumnCount Property


In This Topic
ArrayColumnCount Property
In This Topic
Gets the total number of columns inside a formula array.
Syntax
'Declaration
 
ReadOnly Property ArrayColumnCount As Integer
 
'Usage
 
Dim instance As IEvaluationContext
Dim value As Integer
 
value = instance.ArrayColumnCount

Property Value

An integer indicates the total number of columns inside a formula array.
See Also