ComponentOne Reports for WPF
C1.C1Preview Namespace / TableCellCollection Class
Properties Methods

In This Topic
    TableCellCollection Class Members
    In This Topic

    The following tables list the members exposed by TableCellCollection.

    Public Properties
     NameDescription
    Public PropertyGets the TableCell at the intersection of the specified row and column. This property always returns a non-nullTableCell object.  
    Public PropertyGets the RenderTable containing the current collection of cells.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another TableCellCollection to the current object.  
    Public MethodReturns the TableCell object at the specified row and column in the containing RenderTable, or null if that object has not been initialized.  
    Public MethodGets the bounds of the initialized cells area. The returned System.Drawing.Size structure's System.Drawing.Size.Width contains the column index of the rightmost initialized cell + 1, while System.Drawing.Size.Height contains the row index of the bottommost initialized cell + 1.  
    Top
    See Also