CalcReference Class Members
In This Topic
The following tables list the members exposed by CalcReference.
Public Properties
| | 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. |
Top
Public Methods
| | Name | Description |
 | GetRowVisibles | Gets an array of boolean values that specifies visible state of rows. |
 | GetSource | Returns a CalcReference to the entire sheet. |
 | GetValue | Gets the value at the specified position in the cell or range reference. |
 | IsSubtotal | Determines whether the value at the specified position is a subtotal. |
Top
See Also