[]
Represents a cell or range reference during the evaluation of a formula.
public abstract class CalcReference
Public MustInherit Class CalcReference
| Name | Description |
|---|---|
| CalcReference() |
| Name | Description |
|---|---|
| Column | Gets the index of the first column in the cell or range reference. |
| ColumnCount | Gets the number of columns in the cell or range reference. |
| Row | Gets the index of the first row in the cell or range reference. |
| RowCount | Gets the number of rows in the cell or range reference. |
| Name | Description |
|---|---|
| GetRowVisibles() | Gets an array of boolean values that specifies visible state of rows. |
| GetSource() | Returns a CalcReference to the entire sheet. |
| GetValue(int, int) | Gets the value at the specified position in the cell or range reference. |
| IsSubtotal(int, int) | Determines whether the value at the specified position is a subtotal. |