Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellRange Class / ToString Method


In This Topic
    ToString Method (CellRange)
    In This Topic
    Returns the string representation of the cell range.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    'Usage
     
    Dim instance As CellRange
    Dim value As String
     
    value = instance.ToString()
    public override string ToString()

    Return Value

    Returns the string that represents the cell range.
    See Also