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

In This Topic
    Texts Property (RangeBase)
    In This Topic
    Gets the collection of texts included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Texts As TextCollection
    public TextCollection Texts {get;}
    See Also