Click or drag to resize

ColumnList RemoveAt Method

Removes a column at the specified position from 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 RemoveAt(
	int firstColumnIndex,
	bool withAttachedRows
)

Parameters

firstColumnIndex
Type: System Int32
Index of a column to delete.
withAttachedRows
Type: System Boolean
True to delete also all attached columns.
See Also