Table of Contents

Class Cell

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents a cell within a row of a table in a Word document.

public class Cell
Inheritance
Cell
Inherited Members

Constructors

Cell()

Initializes a new instance of the Cell class with empty paragraphs.

public Cell()

Properties

Paragraphs

Gets or sets the list of paragraphs within the cell.

public List<Paragraph> Paragraphs { get; set; }

Property Value

List<Paragraph>