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

In This Topic
    TableColOnPage Property (RenderFragment)
    In This Topic
    Gets the 0-based index of the column in the most nested RenderTableFragment containing the current render object (i.e. the column index on the current page), or -1 if the current object is not contained in a table.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableColOnPage As Integer
    public int TableColOnPage {get;}
    See Also