DocxTableRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in Rows in the table; this is where the contents is located
public class DocxTableRow
type DocxTableRow = class
Public Class DocxTableRow
- Inheritance
-
DocxTableRow
Constructors
| Name | Description |
|---|---|
| DocxTableRow() | |
Properties
| Name | Description |
|---|---|
| Path |
The Path of the location of this table row object; leave blank for new tables |
| RowCells |
Cells in the row; this is where the contents of the row is stored |
| RowIndex |
Index of the row, 0-based |