PageTableAreaCell
Leave feedback
On this page
Represents a table cell which is used in PageTableArea class.
public sealed class PageTableAreaCell
| 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. |
| 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. |
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.