GrapeCity.CalcEngine Namespace : CalcArray Class |
'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
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6