Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ObjectItem Class / ObjectItem Constructor / ObjectItem Constructor(Object)
The value to be set to Value.


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

    Parameters

    value
    The value to be set to Value.
    See Also