PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderTable Class / Rows Property

In This Topic
    Rows Property (RenderTable)
    In This Topic
    Gets the collection of rows of the current RenderTable. Getting a row with an arbitrary index on this collection always returns a TableRow object, initializing it if necessary.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As TableRowCollection
    public TableRowCollection Rows {get;}
    See Also