Table of Contents

Class Table.RowRange

Namespace
iText.Layout.Element
Assembly
itext.layout.dll

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

public class Table.RowRange
Inheritance
Table.RowRange
Inherited Members

Constructors

RowRange(int, int)

Creates a Table.RowRange

public RowRange(int startRow, int finishRow)

Parameters

startRow int

the start number of the row group, inclusive

finishRow int

the finish number of the row group, inclusive

Methods

GetFinishRow()

Gets the finishing row number of the table section

public virtual int GetFinishRow()

Returns

int

the finish number of the row group, inclusive

GetStartRow()

Gets the starting row number of the table section

public virtual int GetStartRow()

Returns

int

the start number of the row group, inclusive