Represents a collection of RenderTable cells (objects of the type TableCell). A collection of this type is returned by the Cells property of a table.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Util..::..FastList
    C1.C1Preview..::..TableCellCollection

See Also