Adds a table row to collection.

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 int Add(
	TableRow row
)
Public Function Add ( 
	row As TableRow
) As Integer
public:
int Add(
	TableRow^ row
)
member Add : 
        row : TableRow -> int 

Parameters

row
TableRow
The row.

Return Value

Int32

See Also