ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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