Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / IntegerItem Class / Implicit Type Conversion Operator / Implicit Type Conversion(IntegerItem,Int32) Operator
An System.Int32 value.


In This Topic
    Implicit Type Conversion(IntegerItem,Int32) Operator
    In This Topic
    Converts an int to an IntegerItem.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Integer _
    ) As IntegerItem
    'Usage
     
    
    public IntegerItem operator implicit( 
       int value
    )

    Parameters

    value
    An System.Int32 value.

    Return Value

    An IntegerItem that represents the converted System.Int32.
    See Also