ig.excel.ArrayProxy
Represents a two-dimensional array of ExcelCalcValue instances used in calculations.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.ArrayProxy
Constructor- new $.ig.excel.ArrayProxy( );
-
getLength
- .getLength( dimension:number );
- Return Type:
- number
- Return Type Description:
- The number of elements in the specified dimension.
Gets the number of elements in the specified dimension of the array.
- dimension
- Type:number
- The zero-based index of the dimension.
-
item
- .item( x:number, y:number );
- Return Type:
- ig.excel.ExcelCalcValue
- Return Type Description:
- An ExcelCalcValue representing the specified value in the array.
Gets the ExcelCalcValue at the specified index.
- x
- Type:number
- The index for the first dimension of the array. This is the relative column index for arrays representing cell regions on a worksheet.
- y
- Type:number
- The index for the second dimension of the array. This is the relative row index for arrays representing cell regions on a worksheet.