ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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