Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColAlign Property

Gets or sets the column data alignment (not for the header title)

Syntax
Public Property Get ColAlign (ByRef vKey As Variant) As eUniGrid_ColumnAlign
Public Property Let ColAlign (ByRef vKey As Variant, _
ByRef iAlign As eUniGrid_ColumnAlign)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef iAlign As eUniGrid_ColumnAlign The alignment type
Remarks