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

In This Topic
    TextFrames Property
    In This Topic
    Gets the collection of text frames included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextFrames As TextFrameCollection
    public TextFrameCollection TextFrames {get;}
    See Also