Unicode Controls & Classes for VB6 - Version 4
ctlUniGrid
.ColText Property
Gets or sets the title of a certain column
Syntax
Public Property Get ColText (ByRef
vKey
As Variant) As String
Public Property Let ColText (ByRef
vKey
As Variant, _
ByRef
sText
As String)
Parameters
Parameter
Description
ByRef
vKey
As Variant
The column key or index
ByRef
sText
As String
The new title
Remarks