[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem

ObjectItem Class

Represents the item in which the content is an object.

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

Constructors

Name Description
ObjectItem()

Initializes a new instance of ObjectItem.

ObjectItem(object)

Initializes a new instance of ObjectItem.

Methods

Name Description
CompareValue(object, object)

Compare two values of object.