[]
Returns the text for this formula.
public override string ToString()
Public Overrides Function ToString() As String
| Type | Description |
|---|---|
| string | A string containing the formula. |
Returns the text for this formula, optionally specifies the formatting behavior.
public string ToString(UnParseContext context)
Public Function ToString(context As UnParseContext) As String
| Type | Name | Description |
|---|---|---|
| UnParseContext | context | An UnParseContext that specifies row, column and R1C1 reference style. |
| Type | Description |
|---|---|
| string | A string containing the formula. |