Click or drag to resize

DocxTableCells Property

Gets the cells.

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

Property Value

Type: IEnumerableDocxCell
The cells.
See Also