PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / TableCellCollection Class
Members

In This Topic
    TableCellCollection Class
    In This Topic
    Represents a collection of RenderTable cells (objects of the type TableCell). A collection of this type is returned by the RenderTable.Cells property of a table.
    Object Model
    TableCellCollection Class
    Syntax
    'Declaration
     
    Public Class TableCellCollection 
       Inherits C1.C1Preview.Util.FastList
    public class TableCellCollection : C1.C1Preview.Util.FastList 
    Inheritance Hierarchy

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

    See Also