Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColWidth Property

Gets or sets the width of a certain column

Syntax
Public Property Get ColWidth (ByRef vKey As Variant) As Long
Public Property Let ColWidth (ByRef vKey As Variant, _
ByRef iWidth As Long)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef iWidth As Long The desired width in pixels
Remarks