ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DisplayColumnCollection.Insert Method

Inserts a C1DisplayColumn at the specified index.

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal vc As C1DisplayColumn _

)

[C#]

public void Insert(

int index,

C1DisplayColumn vc

);

[Delphi]

public procedure Insert(

index: Int32;

vc: C1DisplayColumn

);

Parameters

index

The zero-based index at which the C1DisplayColumn should be inserted.

vc

The C1DataColumn to insert.

See Also

C1DisplayColumnCollection Class | C1DisplayColumnCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.