[]
Gets the formula of the specified cell on this sheet.
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. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified row index is out of range; must be between 0 and the total number of rows |
ArgumentOutOfRangeException | Specified column index is out of range; must be between 0 and the total number of columns |