Click or drag to resize

ColumnList Insert Method

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
)

Parameters

index
Type: System Int32
template
Type: Spire.Presentation TableColumn
See Also