Spread Silverlight Documentation
CalcArray Class
Members 


Represents a CalcArray which wrap a source object like a two dimension array.
Object Model
CalcArray Class
Syntax
'Declaration
 
Public MustInherit Class CalcArray 
'Usage
 
Dim instance As CalcArray
public abstract class CalcArray 
Remarks

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]

Inheritance Hierarchy

System.Object
   GrapeCity.CalcEngine.CalcArray

Requirements

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

See Also

Reference

CalcArray Members
GrapeCity.CalcEngine Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.