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


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

    Parameters

    value
    An IntegerItem object.

    Return Value

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