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


In This Topic
    GetSubItemData Method
    In This Topic
    Gets the specific data that is set by user.
    Syntax
    'Declaration
     
    Public Function GetSubItemData( _
       ByVal item As Object _
    ) As Object
    'Usage
     
    Dim instance As ListColumn
    Dim item As Object
    Dim value As Object
     
    value = instance.GetSubItemData(item)
    public object GetSubItemData( 
       object item
    )

    Parameters

    item
    The data item.

    Return Value

    The specific data that is set by user.
    Remarks
    If item is ListItem, and the ListItem is set by user, returns the related SubItem.
    If item is ListItem, but the ListItem isn't set by user, returns the related data.
    If item isn't ListItem, returns the related data.
    See Also