Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListColumn Class / GetSubItem Method
The specific item.


In This Topic
    GetSubItem Method
    In This Topic
    Gets the showing SubItem according to specific item.
    Syntax
    'Declaration
     
    Public Function GetSubItem( _
       ByVal item As Object _
    ) As SubItem
    'Usage
     
    Dim instance As ListColumn
    Dim item As Object
    Dim value As SubItem
     
    value = instance.GetSubItem(item)
    public SubItem GetSubItem( 
       object item
    )

    Parameters

    item
    The specific item.

    Return Value

    The showing SubItem.
    Remarks
    If item is ListItem, and the ListItem is set by user, returns the set SubItem.
    If item is ListItem, but the ListItem isn't set by user, returns generated SubItem.
    If item isn't ListItem, returns the generated SubItem.
    See Also