ItemInfo Property
   Windows - Visual C++
Read Only
Dispatch ID = 0x5
   Description
   The ItemInfo property returns the 
   data for a specified row and column of the control.
   Syntax
   CString name = GetItemInfo(long value, LPCTSTR colIdentifier);
The ItemInfo syntax has these parts:
| Part | Description | |
| value | A long integer containing the index of the column. | |
| colIdentifier | A String containing the column identifier string of the column. See the appropriate ColumnIdentifier property for a list of column identifier strings. | |
| name | A String containing the data for the specified row and column. | |
Remarks
The ItemInfo for a column can be obtained even though the column is not visible.
See Also: ColumnIdentifier-Feed Control ColumnIdentifier-Quote Control
Back to: Feed Properties Quote Properties