Click or drag to resize

DocxTableCells Property

Gets the cells.

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

Property Value

IEnumerableDocxCell
The cells.
See Also