Removes a specified row.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Remove(
	TableRow row
)
Public Sub Remove ( 
	row As TableRow
)
public:
void Remove(
	TableRow^ row
)
member Remove : 
        row : TableRow -> unit 

Parameters

row
TableRow
The row.

See Also