ColumnPosition Property
   Windows - Visual C++
   Description
   The ColumnPosition property returns 
   or sets the position of a column.
   Syntax
   short value = 
   GetColumnPosition(LPCTSTR columnIdentifier);
   void SetColumnPosition(LPCTSTR 
   columnIdentifier, short value);
The ColumnPosition syntax has these parts:
| Part | Description | |
| identifier | A String containing the column identifier string, as described in Remarks. | |
| value | An integer describing the position of the column. 1 is the first position and a position of -1 indicates that the column is not visible. | |
   Remarks
   The column identifier string may be 
   obtained by using the ColumnIdentifier property. See the appropriate 
   ColumnIdentifier property for a list of column identifier strings.
See Also: ColumnIdentifier-Headline Control ColumnIdentifier-Quote Control ColumnName ColumnWidth TotalColumnCount VisibleColumnCount
Back to: Headline Properties Quote Properties