Click or drag to resize

RowCollection Remove Method (TableRow)

Removes a TableRow from the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Remove(
	TableRow row
)

Parameters

row
Type: Spire.Doc TableRow
The TableRow to remove.
See Also