Insert a row.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
-
Type:
System
Int32
-
row
-
Type:
Spire.Presentation
TableRow
See Also