TableRow Class |
Namespace: GemBox.Document.Tables
The TableRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | TableRow(DocumentModel) |
Initializes a new instance of the TableRow class.
|
![]() | TableRow(DocumentModel, TableCell) |
Initializes a new instance of the TableRow class with a specified cells.
|
![]() | TableRow(DocumentModel, IEnumerableTableCell) |
Initializes a new instance of the TableRow class with a specified cells.
|
Name | Description | |
---|---|---|
![]() | Cells |
Gets the table cells contained in this row.
|
![]() | Content |
Gets the content of the current Element.
(Inherited from Element.) |
![]() | Document |
Gets the owner document.
(Overrides ElementDocument.) |
![]() | ElementType |
Gets the ElementType of this Element instance.
(Overrides ElementElementType.) |
![]() | Parent |
Gets the parent Table of this TableRow instance.
|
![]() | ParentCollection |
Gets the TableRowCollection that contains this TableRow instance.
|
![]() | RowFormat |
Gets or sets the table row format.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clones this TableRow instance.
|
![]() | GetChildElements(Boolean) |
Gets the child elements.
(Inherited from Element.) |
![]() | GetChildElements(Boolean, ElementType) |
Gets the child elements filtered by ElementType.
(Inherited from Element.) |
Name | Description | |
---|---|---|
![]() ![]() | IContentElementContent |
Gets a sequence of ElementCollections that are contained under this IContentElement.
|
TableRow is a content Element consisting of TableCell elements.
TableRow can be formatted using the TableRow.RowFormat property.
For more information, see table examples.