Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.HideColumnHeaders Property

Returns/sets whether or not the control's column headers are hidden

Syntax
Public Property Get HideColumnHeaders () As Boolean
Public Property Let HideColumnHeaders (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean The new value
Remarks