ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfCell Class / Content Property

In This Topic
    Content Property (RtfCell)
    In This Topic
    Gets or sets RTF item content for this cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As RtfInnerContent
    public RtfInnerContent Content {get;}

    Property Value

    The RTF item content collection.
    See Also