ListView.AddColumn Method | |
Add a new ListViewColumn object to the end of the list view's list of columns.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD AddColumn(
oListViewColumn
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual AddColumn(
Usual oListViewColumn = default
)
Request Example
View SourceParameters
- oListViewColumn (Optional)
- Type: Usual
The ListViewColumn object to add to the list view.
Return Value
Type:
Usual
TRUE if the column was added successfully; otherwise, FALSE.
Examples 1SELF:oDClvPlayers:AddColumn( ListViewColumn{15, HyperLabel{ String2Symbol( "cName" ), "Recipient"}})
See Also