[]
Represents an array of constants during the evaluation of a formula.
public abstract class CalcArray
Public MustInherit Class CalcArray
Name | Description |
---|---|
CalcArray() |
Name | Description |
---|---|
Column | Gets the first column index |
ColumnCount | Gets the number of columns in the array. |
Row | Gets the first row index |
RowCount | Gets the number of rows in the array. |
Name | Description |
---|---|
GetValue(int, int) | Gets the value at the specified position in the array. |