ExternalCellExpression Class Members
In This Topic
The following tables list the members exposed by ExternalCellExpression.
Public Constructors
Public Properties
| Name | Description |
 | Column | Overridden. Gets the column index of the cell. |
 | ColumnCount | Overridden. Gets the number of columns (1 in this implementation). |
 | ColumnRelative | Overridden. Determines whether the column coordinate is relative. |
 | Row | Overridden. Gets the row index of the cell. |
 | RowCount | Overridden. Gets the number of rows (1 in this implementation). |
 | RowRelative | Overridden. Determines whether the row coordinate is relative. |
 | Source | Overridden. Gets the source of the cell. |
Top
See Also