Click or drag to resize

DocxTableDeleteRow Method

Deletes the row.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxTable DeleteRow(
	int index
)

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: DocxTable
DocxTable.
See Also