[]
Gets the formula, as an expression, in the cell at the specified row and column.
Expression GetExpression(int row, int column)
Function GetExpression(row As Integer, column As Integer) As Expression
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
Expression | An Expression object. |