Click here for NewsObjects Overview
ColumnIdentifier Property (Alert Control)
Windows - Visual C++


Read Only

Description
The ColumnIdentifier property returns the identifier string of a column.

Syntax
CString identifier = GetColumnIdentifier(short index); 

The ColumnIdentifier syntax has these parts:
 

 Part

Description

index

A value from 1 to the number returned by the TotalColumnCount property.

identifier

A String containing an identifier string for the column, as described in Return Values.

Return Values
 

Value

Description

Time

The Time column.

ProfileCode

The Profile Code column.

AlertText

The Alert Text column.

Remarks
The values returned by the ColumnIdentifier property can be used to manipulate columns using the ColumnPosition property. 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: ColumnPosition TotalColumnCount VisibleColumnCount

Back to: Alert Properties