ColumnIdentifier Property (Quote Control)
   Windows - Visual C++
Read Only
   Description
   The ColumnIdentifier property 
   returns the identifier string of a column.
   Syntax
   CString name = GetColumnIdentifier(short index);
The ColumnIdentifier syntax has these parts:
| Part | Description | 
| index | A value from 1 to the number returned by the TotalColumnCount property. | 
| name | A String containing an identifier string for the column, as described in Return Values. | 
Return Values
| Value | Description | |||||
| Symbol | The symbol column. | |||||
| Last | The last column. | |||||
| Change | The change column. | |||||
| Volume | The volume column. | |||||
| Bid | The bid column. | |||||
| Ask | The ask column. | |||||
| Open | The open column. | |||||
| High | The high column. | |||||
| Low | The low column. | |||||
   Remarks
   The values returned by the 
   ColumnIdentifier property can be used to manipulate columns using the ColumnWidth, ColumnPosition 
   and ColumnName 
   properties. The identifiers of all possible columns can be obtained 
   by getting the ColumnIdentifier property for all values of index from 
   1 to TotalColumnCount.
See Also: ColumnName ColumnPosition ColumnWidth TotalColumnCount VisibleColumnCount
Back to: Quote Properties