| 
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
Syntax
 
 
public void Remove(
	TableRow row
)
 
Public Sub Remove ( 
	row As TableRow
)
 
public:
void Remove(
	TableRow^ row
)
 
member Remove : 
row : TableRow -> unit 
 
 
 
Parameters
 
- 
row
 
- 
 Type:
 
Spire.Doc
TableRow
 
 The TableRow to remove.
 
 See Also
See Also