Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellReference Structure / ToString Method


In This Topic
ToString Method (CellReference)
In This Topic
Returns a System.String that represents this reference.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As CellReference
Dim value As String
 
value = instance.ToString()

Return Value

A System.String that represents this reference.
See Also