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


In This Topic
ArrayColumnOffset Property
In This Topic
Gets the column offset of the cell inside a formula array.
Syntax
'Declaration
 
ReadOnly Property ArrayColumnOffset As Integer
 
'Usage
 
Dim instance As IEvaluationContext
Dim value As Integer
 
value = instance.ArrayColumnOffset

Property Value

An zero-based integer indicates the column offset of the cell.
See Also