ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DataColumn Constructor (String, Type)

Creates a new instance of this object.

[Visual Basic]

Public Function New( _

ByVal caption As String, _

ByVal datatype As Type _

)

[C#]

public C1DataColumn(

string caption,

Type datatype

);

[Delphi]

public constructor Create(

caption: String;

datatype: Type

); overload;

Parameters

caption

The column caption.

datatype

The data type.

See Also

C1DataColumn Class | C1DataColumn Members | C1.Win.C1TrueDBGrid Namespace | C1DataColumn Constructor Overload List


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