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

Parameters

index
Int32
The index.
cell
TableCell
The cell.

See Also