Inserts a table row into 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 void Insert(
	int index,
	TableRow row
)
Public Sub Insert ( 
	index As Integer,
	row As TableRow
)
public:
void Insert(
	int index, 
	TableRow^ row
)
member Insert : 
        index : int * 
        row : TableRow -> unit 

Parameters

index
Int32
The index.
row
TableRow
The row.

See Also