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