Spread Windows Forms 15.0
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()
    public override string ToString()

    Return Value

    A System.String that represents this reference.
    See Also