Click here for NewsObjects Overview
ColumnWidth Property
Windows - Visual C++


Description
The ColumnWidth property returns or sets the width of a column.

Syntax
short value = GetColumnWidth(LPCTSTR columnIdentifier);
void SetColumnWidth(LPCTSTR columnIdentifier, short value);

The ColumnWidth syntax has these parts:

Part

Description

identifier

A String containing the column identifier string, as described in Remarks.

value

An integer containing the width of the column in pixels.

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 ColumnName

Back to: Headline Properties Quote Properties