PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / TableCell Property

In This Topic
    TableCell Property (RenderObject)
    In This Topic
    Gets the TableCell object containing the current object, or null if the current object is not contained in a cell of a RenderTable.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableCell As TableCell
    public TableCell TableCell {get;}
    See Also