[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem.op_Implicit

implicit operator Operator

implicit operator IntegerItem(int)

Converts an int to an IntegerItem.

Declaration
public static implicit operator IntegerItem(int value)
Public Shared Widening Operator CType(value As Integer) As IntegerItem
Parameters
Type Name Description
int value

An int value.

Returns
Type Description
IntegerItem

An IntegerItem that represents the converted int.

implicit operator int(IntegerItem)

Converts an IntegerItem to an int.

Declaration
public static implicit operator int(IntegerItem value)
Public Shared Widening Operator CType(value As IntegerItem) As Integer
Parameters
Type Name Description
IntegerItem value

An IntegerItem object.

Returns
Type Description
int

An int value that represents the converted IntegerItem.