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