ColumnName Property
Windows - Visual C++
Description
The ColumnName property returns or
sets the displayed name of a column.
Syntax
CString name = GetColumnName(LPCTSTR columnIdentifier);
void SetColumnName(LPCTSTR columnIdentifier, LPCTSTR lpszNewValue);
The ColumnName syntax has these parts:
Part |
Description |
|
identifier |
A String containing the column identifier string, as described in Remarks. |
|
name |
A String containing the displayed name of the column. |
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 ColumnPosition ColumnWidth
Back to: Headline Properties Quote Properties