Click or drag to resize

DocxTableCells Property

Gets the cells.

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

Property Value

IEnumerableDocxCell
The cells.
See Also