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

In This Topic
    TableRow Property (RenderText)
    In This Topic
    Gets the 0-based index of the row in the most nested RenderTable containing the current render object, or -1 if the current object is not contained in a table.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableRow As Integer
    public int TableRow {get;}
    See Also