Unicode Controls & Classes for VB6 - Version 4
ctlUniGrid
.Clear Method
Clears the list and optionally the header
Syntax
Public Sub Clear (Optional ByVal
bClearHeader
As Boolean = True)
Parameters
Parameter
Description
Optional ByVal
bClearHeader
As Boolean = True
True for clearing also the header, False otherwise
Remarks