TotalColumnCount Property (Feed Control)
Windows - Visual C++


Read Only

Description
The TotalColumnCount property returns the total number of columns, including those that are invisible.

Syntax
short value = GetTotalColumnCount();

The TotalColumnCount syntax has these parts:

Part

Description

value

An integer containing the total number of columns.

Remarks
Only the LongName column is ever visible. Data may be obtained from all columns using the ItemInfo property.

See Also: ColumnIdentifier ItemInfo

Back to: Feed Properties