Removes the column at the given index.

Namespace:  Primeworks.Data
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)
Visual C++
public:
virtual void RemoveAt(
	int index
) sealed

Parameters

index
Type: System..::.Int32
Zero-based index.

Implements

IList..::.RemoveAt(Int32)

See Also