[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.-ctor

Item Constructor

Item()

Initializes a new instance of Item<T>.

Declaration
protected Item()
Protected Sub New()

Item(T)

Initializes a new instance of Item<T>.

Declaration
protected Item(T value)
Protected Sub New(value As T)
Parameters
Type Name Description
T value

The value would be passed to Item as its content.