PageTableAreaCell
Leave feedback
On this page
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. |
- class PageArea
- class PageTableAreaCell
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
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. |
- class PageArea
- class PageTableAreaCell
- 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.