Click or drag to resize

DocxTableCells Property

Gets the cells.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public IEnumerable<DocxCell> Cells { get; }

Property Value

Type: IEnumerableDocxCell
The cells.
See Also