TableCollection
Insert Method
|
Inserts a table into collection at the specified index.
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Insert(
int index,
ITable table
)
Public Function Insert (
index As Integer,
table As ITable
) As Integer
public:
int Insert(
int index,
ITable^ table
)
member Insert :
index : int *
table : ITable -> int
Parameters
-
index
-
Type:
System
Int32
The index.
-
table
-
Type:
Spire.Doc.Interface
ITable
The table.
Return Value
Type:
Int32
See Also