Link Search Menu Expand Document

TableRowCollectionRemove Method

Removes the element with the specified index from the collection.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void Remove(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to be removed.
See Also

Reference