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

Inheritance

object
Implements
  • IEnumerable<ExcelCalcValue>
  • IEnumerable

constructor

protected ArrayProxy()

Returns ArrayProxy

Gets the at the specified index.

public ExcelCalcValue this[int x, int y] { get; }

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

public abstract int GetLength(int dimension)

Parameters

  • dimension: int

Returns any