[]
Gets the formula, as a string, in the cell at the specified row and column.
string GetFormula(int row, int column)
Function GetFormula(row As Integer, column As Integer) As String
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
string | A string with formula of the cell. |