Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextFrame Class / LinkedTextFrames Property

In This Topic
    LinkedTextFrames Property
    In This Topic
    Gets a read-only list of all linked text frames in this text frame story, in correct order.
    Syntax
    'Declaration
     
    Public ReadOnly Property LinkedTextFrames As System.Collections.Generic.IReadOnlyList(Of LinkedTextFrame)
    public System.Collections.Generic.IReadOnlyList<LinkedTextFrame> LinkedTextFrames {get;}
    See Also