[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItem.-ctor

SubItem Constructor

SubItem(object)

Initializes a new instance of the SubItem class.

Declaration
public SubItem(object content)
Public Sub New(content As Object)
Parameters
Type Name Description
object content

The content will be set to SubItem.Content property.

SubItem()

Initializes a new instance of the SubItem class.

Declaration
public SubItem()
Public Sub New()