ListView.DeleteColumn Method | |
Delete a ListViewColumn object from the list view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD DeleteColumn(
oListViewColumn
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DeleteColumn(
Usual oListViewColumn = default
)
Request Example
View SourceParameters
- oListViewColumn (Optional)
- Type: Usual
The ListViewColumn object to delete from the list view.
Return Value
Type:
Usual
TRUE if the column was deleted successfully; otherwise, FALSE.
See Also