[]
Gets the formula in a cell.
public string GetFormula(Column col)
Public Function GetFormula(col As Column) As String
| Type | Name | Description |
|---|---|---|
| Column | col | Column that defines the cell to retrieve. |
| Type | Description |
|---|---|
| string | A formula string or null. |