Deletes the column from the collection at the specified index.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::..Int32
The zero-based index of the element to remove.

See Also