Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / IntegerItem Class / IntegerItem Constructor / IntegerItem Constructor(Int32)
An object to be set to Value.


In This Topic
    IntegerItem Constructor(Int32)
    In This Topic
    Initializes a new instance of IntegerItem.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Integer _
    )
    'Usage
     
    Dim value As Integer
     
    Dim instance As New IntegerItem(value)
    public IntegerItem( 
       int value
    )

    Parameters

    value
    An object to be set to Value.
    See Also