Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItem Class / SubItem Constructor / SubItem Constructor(Object)
An object indicates the value of the SubItem object.


In This Topic
    SubItem Constructor(Object)
    In This Topic
    Initializes a new instance of the SubItem class with values.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Object _
    )
    'Usage
     
    
    Dim value As Object
     
    Dim instance As New SubItem(value)
    public SubItem( 
       object value
    )

    Parameters

    value
    An object indicates the value of the SubItem object.
    See Also