[]
Converts the reference to text using the specified unparse context.
Use UnParseContext to control how the reference is converted, including whether the result uses A1 or R1C1 notation and which base row and base column are applied when relative references are resolved.
public override string ToString()
Public Overrides Function ToString() As String
| Type | Description |
|---|---|
| string | The text representation of this reference in the format specified by |
| Type | Condition |
|---|---|
| ArgumentNullException | if |
Converts the reference to text using the specified unparse context.
Use UnParseContext to control how the reference is converted, including whether the result uses A1 or R1C1 notation and which base row and base column are applied when relative references are resolved.
public string ToString(UnParseContext context)
Public Function ToString(context As UnParseContext) As String
| Type | Name | Description |
|---|---|---|
| UnParseContext | context | The context that specifies how the reference is converted. Must not be |
| Type | Description |
|---|---|
| string | The text representation of this reference in the format specified by |
| Type | Condition |
|---|---|
| ArgumentNullException | if |