ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfTable Class / Rows Property

In This Topic
    Rows Property
    In This Topic
    Gets rows collection for this Word/RTF table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As RtfRowCollection
    public RtfRowCollection Rows {get;}
    See Also