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.C1PreviewAssembly: 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 |