The data cell prevented from scrolling.

Usage

Set_Property(OLECtrlEntID, "OLE.FreezePos", Array)

Values

Array has the following structure:

PosNameTypeDescriptionDefault
<1>Freeze ColumnIntegerThe column frozen in place; 0 to allow all columns to scroll.0
<2>Freeze RecordIntegerThe 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.

See Also

ScrollPos

  • No labels