.ColumnViewItem

This virtual class represents a ColumnView item.

This class is virtual. You cannot use it as a datatype.

This class is not creatable.

This class acts like an array.

DIM hColumnViewItem AS .ColumnViewItem
DIM aString AS String

aString = hColumnViewItem [ Column AS Integer ]

Returns the text displayed in the specified column.

DIM hColumnViewItem AS .ColumnViewItem
DIM aString AS String

hColumnViewItem [ Column AS Integer ] = aString

Sets the text displayed in the specified column.

Properties  Methods 
Children  Count  Editable  Expanded  Key  Picture  Selected  Text    Clear  Delete  EnsureVisible  MoveAbove  MoveBelow  MoveChild  MoveNext  MoveParent  MovePrevious  Rename