Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCellRange Class / ToString Method

In This Topic
    ToString Method (XLCellRange)
    In This Topic
    Returns a reference string that represents the range.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    A reference string that represents the range.
    See Also