Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / SubItems Property


In This Topic
    SubItems Property (ListItem)
    In This Topic
    Gets or sets the subitem collection of the ListItem.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SubItems As SubItemCollection
    'Usage
     
    
    Dim instance As ListItem
    Dim value As SubItemCollection
     
    value = instance.SubItems
    public SubItemCollection SubItems {get;}

    Property Value

    A SubItemCollection value that represents the subitem collection of the ListItem.
    See Also