The data cell prevented from scrolling.
Usage
Set_Property(OLECtrlEntID, "OLE.FreezePos", Array)
Values
Array has the following structure:
Pos | Name | Type | Description | Default |
---|---|---|---|---|
<1> | Freeze Column | Integer | The column frozen in place; 0 to allow all columns to scroll. | 0 |
<2> | Freeze Record | Integer | The record frozen in place; 0 to allow all records to scroll. | 0 |
Remarks
The FreezePos property is the cell that is locked in place and does not scroll. When it is set, only records and fields following the freeze position can be scrolled. Setting either value to zero indicates that all records/fields should be scrolled.