ig.excel.ArrayProxy

Represents a two-dimensional array of ExcelCalcValue instances used in calculations.

Dependencies

jquery-1.4.4.js
infragistics.util.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 <a href="ig.excel.ExcelCalcValue.html">ExcelCalcValue</a> 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.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#