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