| 
RowCollection
Add Method (TableRow)
  | 
 Adds a TableRow to the collection and notifies any listeners of the change.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
- 
 Type:
 
Spire.Doc
TableRow
 
 The TableRow to add.
Return Value
 
 Type:
 
Int32
 
 The index at which the TableRow was added.
 
 See Also
See Also