Represents a collection of rows (objects of the TableRow type) in a RenderTable.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class TableRowCollection : TableVectorCollection
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class TableRowCollection _
	Inherits TableVectorCollection

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Util..::..FastList
    C1.C1Preview..::..TableVectorCollection
      C1.C1Preview..::..TableRowCollection

See Also