C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTable Class / Rows Property

In This Topic
Rows Property
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
 
See Also