ColumnIdentifier Property (Headline 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 | |||||
| Date | The date column. | |||||
| Time | The time column. | |||||
| Newswire | The newswire column. | |||||
| Profile | The profile column. | |||||
| Headline | The headline column. | |||||
| Rank | The rank 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: Headline Properties