Represents a two-dimensional array of [[ExcelCalcValue]] instances used in calculations.
Constructors
Section titled "Constructors"ArrayProxy
new ArrayProxy(): ArrayProxy Returns ArrayProxy
Properties
Section titled "Properties"$t: Type Methods
Section titled "Methods"_j(a: number, b: number): IEnumerable$1<KeyValuePair$2<number, ExcelCalcValue>> Parameters
- a:
number - b:
number
Returns IEnumerable$1<KeyValuePair$2<number, ExcelCalcValue>>
getEnumerator
Section titled "getEnumerator"getEnumerator(): IEnumerator$1<ExcelCalcValue> Returns IEnumerator$1<ExcelCalcValue>
getLength
Section titled "getLength"Gets the number of elements in the specified dimension of the array.
getLength(dimension: number): number Parameters
- dimension:
numberThe 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