PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderFragment Class / TableFragment Property

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