Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.FixedCols Property

Gets or sets the number of fixed columns, a fixed column never scrolls horizontally

Syntax
Public Property Get FixedCols () As Integer
Public Property Let FixedCols (ByVal i As Integer)
Parameters
Parameter Description
ByVal i As Integer The new value
Remarks