ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

SelectedColumnCollection.Add Method

Adds a C1DataColumn to the end of the collection.

[Visual Basic]

Overrides Public Function Add( _

ByVal dc As C1DataColumn _

) As Integer

[C#]

override public int Add(

C1DataColumn dc

);

[Delphi]

public function Add(

dc: C1DataColumn

): Int32; override;

Parameters

dc

The C1DataColumn to add.

Return Value

The index at which the C1DataColumn has been added.

See Also

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


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