The table's window handle.
Usage
Value = Get_Property(OLECtrlEntID, "OLE.HANDLE")
Values
Value can be any positive or negative whole number:
Remarks
The Handle property can be used to get the control's handle, but it cannot be set. It is a read only property.
Since there is also a HANDLE property in OI, so be sure to use the "OLE." prefix to ensure that you are using the OLE property and not the OI property.
Handle = Get_Property(@Window:".OLE_EDITTABLE", "OLE.Handle")