Insert column in a table.
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,
TableColumn template
)
Public Sub Insert (
index As Integer,
template As TableColumn
)
public:
void Insert(
int index,
TableColumn^ template
)
member Insert :
index : int *
template : TableColumn -> unit
Parameters
-
index
-
Type:
System
Int32
-
template
-
Type:
Spire.Presentation
TableColumn
See Also