True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / C1DataColumn Constructor / C1DataColumn Constructor(String,Type)
The column caption.
The data type.

In This Topic
    C1DataColumn Constructor(String,Type)
    In This Topic
    Creates a new instance of this object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caption As System.String, _
       ByVal datatype As System.Type _
    )
    public C1DataColumn( 
       System.string caption,
       System.Type datatype
    )

    Parameters

    caption
    The column caption.
    datatype
    The data type.
    See Also