Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / Text Property

In This Topic
    Text Property (RangeBase)
    In This Topic
    Gets the text included in this range, as a string.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As System.String
    public System.string Text {get;}
    See Also