[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.Reference.ToString

ToString Method

ToString()

Converts the reference to A1 string.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides

ToString(UnParseContext)

Converts the reference to string.

Declaration
public string ToString(UnParseContext context)
Parameters
Type Name Description
UnParseContext context

The parse options.

Returns
Type Description
string