Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SubItem Class / SubItem Constructor / SubItem Constructor(Object)
The content will be set to SubItem.Content property.


In This Topic
    SubItem Constructor(Object)
    In This Topic
    Initializes a new instance of the SubItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal content As Object _
    )
    'Usage
     
    Dim content As Object
     
    Dim instance As New SubItem(content)
    public SubItem( 
       object content
    )

    Parameters

    content
    The content will be set to SubItem.Content property.
    See Also