Class Row
- Namespace
 - FileFormat.Words.IElements
 
- Assembly
 - FileFormat.Words.dll
 
Represents a row within a table in a Word document.
public class Row
  - Inheritance
 - 
      
      Row
 
- Inherited Members
 
Constructors
Row()
Initializes a new instance of the Row class with empty cells.
public Row()
  Properties
Cells
Gets or sets the list of cells within the row.
public List<Cell> Cells { get; set; }