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

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