PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / Table Property

In This Topic
    Table Property (RenderText)
    In This Topic
    Gets the most nested RenderTable containing the current render object, or null if the current object is not contained in a table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Table As RenderTable
    public RenderTable Table {get;}
    See Also