PageTableAreaCell class

PageTableAreaCell class

Represents a table cell which is used in PageTableArea class.

The PageTableAreaCell type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PageTableAreaCell class.
init Initializes a new instance of the PageTableAreaCell class.

Properties

Property Description
row_index Gets the row index.
column_index Gets the column index.
row_span Gets the total number of rows that contain the table cell.
column_span Gets the total number of columns that contain the table cell.
page_area Gets the table cell value.
text Gets the table cell text value.

See Also