The currently selected cell.
Usage
Set_Property(OLECtrlEntID, "OLE.SelPos", Array)
Values
Array has the following structure:
Pos | Name | Type | Description | Default |
---|---|---|---|---|
<1> | Selected Field | Integer | The field location of the selected cell | 1 |
<2> | Selected Record | Integer | The record location of the selected cell | 1 |
Remarks
The SelPos property represents the currently selected cell. If no cell is selected, then both fields are -1. To programmatically select no cells, set both fields to -1.