ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfCell Class / TextFlow Property

In This Topic
    TextFlow Property (RtfCell)
    In This Topic
    Gets or sets text flow (direct) of this cell.
    Syntax
    'Declaration
     
    Public Property TextFlow As RtfTextFlow
    public RtfTextFlow TextFlow {get; set;}

    Property Value

    The text flow.
    See Also