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

ArrayProxy

new ArrayProxy(): ArrayProxy

Returns ArrayProxy

$t: Type
_j(a: number, b: number): IEnumerable$1<KeyValuePair$2<number, ExcelCalcValue>>

Parameters

  • a: number
  • b: number

Returns IEnumerable$1<KeyValuePair$2<number, ExcelCalcValue>>

getEnumerator(): IEnumerator$1<ExcelCalcValue>

Returns IEnumerator$1<ExcelCalcValue>

Gets the number of elements in the specified dimension of the array.

getLength(dimension: number): number

Parameters

  • dimension: number

    The zero-based index of the dimension.

Returns number

Gets the [[ExcelCalcValue]] at the specified index.

item(a: number, b: number): ExcelCalcValue

Parameters

  • a: number
  • b: number

Returns ExcelCalcValue