IApplicationGetListItem Method |
Return a list item object for any MDO list.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem GetListItem(
SOTableId TableId,
int lVal
)
Function GetListItem (
TableId As SOTableId,
lVal As Integer
) As IListTextItem
Dim instance As IApplication
Dim TableId As SOTableId
Dim lVal As Integer
Dim returnValue As IListTextItem
returnValue = instance.GetListItem(TableId,
lVal)
IListTextItem^ GetListItem(
[InAttribute] SOTableId TableId,
[InAttribute] int lVal
)
Parameters
- TableId
- Type: SuperOffice.COM.ApplicationSOTableId
- lVal
- Type: SystemInt32
Return Value
Type:
IListTextItem
See Also