Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / ToString Method

In This Topic
    ToString Method (RangeBase)
    In This Topic
    Gets string representation of the range.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    String representation of the range.
    See Also