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.