Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / ListColumn Constructor / ListColumn Constructor(DataDisplayType,DefaultSubItem,Int32)
A DataDisplayType value that represents display type of the column.
A DefaultSubItem object that represents the default subitem of the column.
A System.Int32 value that represents the Width of the column.


In This Topic
    ListColumn Constructor(DataDisplayType,DefaultSubItem,Int32)
    In This Topic
    Initializes a new instance of the ListColumn class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dataDisplayType As DataDisplayType, _
       ByVal defaultSubItem As DefaultSubItem, _
       ByVal width As Integer _
    )
    'Usage
     
    
    Dim dataDisplayType As DataDisplayType
    Dim defaultSubItem As DefaultSubItem
    Dim width As Integer
     
    Dim instance As New ListColumn(dataDisplayType, defaultSubItem, width)

    Parameters

    dataDisplayType
    A DataDisplayType value that represents display type of the column.
    defaultSubItem
    A DefaultSubItem object that represents the default subitem of the column.
    width
    A System.Int32 value that represents the Width of the column.
    See Also