Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.ColRightToLeft Property

Gets or sets the RTL support for the given column

Syntax
Public Property Get ColRightToLeft (ByRef vKey As Variant) As Boolean
Public Property Let ColRightToLeft (ByRef vKey As Variant, _
ByRef bRightToLeft As Boolean)
Parameters
Parameter Description
ByRef vKey As Variant The column key or index
ByRef bRightToLeft As Boolean The RTL flag
Remarks