PageTableAreaCell

PageTableAreaCell(int, int, PageArea, int, int)

Initializes a new instance of the PageTableAreaCell class.

public PageTableAreaCell(int rowIndex, int columnIndex, PageArea pageArea, int rowSpan, 
    int columnSpan)
Parameter Type Description
rowIndex Int32 The zero-based index of the row.
columnIndex Int32 The zero-based index of the column.
pageArea PageArea The value of the table cell.
rowSpan Int32 The total number of rows that contain the table cell.
columnSpan Int32 The total number of columns that contain the table cell.

See Also


PageTableAreaCell(int, int, PageArea)

Initializes a new instance of the PageTableAreaCell class.

public PageTableAreaCell(int rowIndex, int columnIndex, PageArea pageArea)
Parameter Type Description
rowIndex Int32 The zero-based index of the row.
columnIndex Int32 The zero-based index of the column.
pageArea PageArea The value of the table cell.

See Also