iText 8.0.4 API
iText.Layout.Element.Table.RowRange Class Reference

A simple object which holds the row numbers of a section of a table. More...

Public Member Functions

  RowRange (int startRow, int finishRow)
  Creates a RowRange More...
 
virtual int  GetStartRow ()
  Gets the starting row number of the table section More...
 
virtual int  GetFinishRow ()
  Gets the finishing row number of the table section More...
 

Detailed Description

A simple object which holds the row numbers of a section of a table.

Constructor & Destructor Documentation

◆ RowRange()

iText.Layout.Element.Table.RowRange.RowRange ( int  startRow,
int  finishRow 
)
inline

Creates a RowRange

Parameters
startRow the start number of the row group, inclusive
finishRow the finish number of the row group, inclusive

Member Function Documentation

◆ GetFinishRow()

virtual int iText.Layout.Element.Table.RowRange.GetFinishRow ( )
inlinevirtual

Gets the finishing row number of the table section

Returns
the finish number of the row group, inclusive

◆ GetStartRow()

virtual int iText.Layout.Element.Table.RowRange.GetStartRow ( )
inlinevirtual

Gets the starting row number of the table section

Returns
the start number of the row group, inclusive