Syntax
Public Function GetListSubItemText(formID As String, ListName As String, Key As String, indexSubItem As Integer, ByRef prop_Value As Variant) As Boolean
Description
This function is used to get textvalue for a specific list view subitem.
Parameters
Key | Description |
formId | Form identifier, must be a number greater than 3000 and less than 10,000. |
ListName | List identifier, value of type String. |
Key | The key of the list view item which contains the desired subitem, value of type String. |
indexSubItem | The index of the subitem, value of type Integer |
prop_Value | To hold the desired returned value. |
Return value
Returns true if the specified list view subitem data has been returned. Otherwise, returns false. In order to get an error, call GetLastError() function.
See Also