PageTableAreaCell

PageTableAreaCell class

Represents a table cell which is used in PageTableArea class.

public sealed class PageTableAreaCell

Constructors

Name Description
PageTableAreaCell(int, int, PageArea) Initializes a new instance of the PageTableAreaCell class.
PageTableAreaCell(int, int, PageArea, int, int) Initializes a new instance of the PageTableAreaCell class.

Properties

Name Description
ColumnIndex { get; } Gets the column index.
ColumnSpan { get; } Gets the total number of columns that contain the table cell.
PageArea { get; } Gets the table cell value.
RowIndex { get; } Gets the row index.
RowSpan { get; } Gets the total number of rows that contain the table cell.
Text { get; } Gets the table cell text value.

See Also