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


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

    Parameters

    value
    An object that indicates the value of the SubItemInfo object.
    See Also