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 Add(
TableColumn template
)
Public Sub Add (
template As TableColumn
)
public:
void Add(
TableColumn^ template
)
member Add :
template : TableColumn -> unit
Parameters
-
template
-
Type:
Spire.Presentation
TableColumn
See Also