Represents a two-dimensional array of instances used in calculations.
Inheritance
object
Implements
- IEnumerable<ExcelCalcValue>
- IEnumerable
Constructors
Section titled "Constructors"constructor
protected ArrayProxy() Returns ArrayProxy
Properties
Section titled "Properties"this[int, int]
Section titled "this[int, int]"Gets the at the specified index.
public ExcelCalcValue this[int x, int y] { get; } Methods
Section titled "Methods"GetLength(int)
Section titled "GetLength(int)"Gets the number of elements in the specified dimension of the array.
public abstract int GetLength(int dimension) Parameters
- dimension:
int