'Declaration Public MustInherit Class CalcArray
'Usage Dim instance As CalcArray
public abstract class CalcArray
'Declaration Public MustInherit Class CalcArray
'Usage Dim instance As CalcArray
public abstract class CalcArray
The RowCount indicates the count of row dimension. The ColumnCount indicates the count of column dimension.
The index have two forms, one is expressed with Row and Column, and another is zero-based index. The equivalence for these tow forms is as below:
[index] = [row]*[RowCount] + [column]
System.Object
GrapeCity.CalcEngine.CalcArray