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


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

Property Value

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