[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem

IntegerItem Class

Represents the item in which the content is an int value.

Inheritance
IntegerItem
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public sealed class IntegerItem : Item<int>, IEquatable<Item<int>>, INotifyPropertyChanged
Public NotInheritable Class IntegerItem
    Inherits Item(Of Integer)
    Implements IEquatable(Of Item(Of Integer)), INotifyPropertyChanged

Constructors

Name Description
IntegerItem()

Initializes a new instance of IntegerItem.

IntegerItem(int)

Initializes a new instance of IntegerItem.

Methods

Name Description
CompareValue(int, int)

Compare two int values.

Operators

Name Description
implicit operator int(IntegerItem)

Converts an IntegerItem to an int.

implicit operator IntegerItem(int)

Converts an int to an IntegerItem.