Edit table.
With Set_Property, allows you to enter data to or retrieve from a specific cell of an edit table.
value = Set_Property(myedittable, "CELLPOS", text, position)
value = Get_Property(myedittable, "CELLPOS", position)
Acts as a combination of ACCESSPOS and ACCESSDATA. Parameter position is an @FM delimited array of column number and row number
ACCESSPOS property, CARETPOS property, CLICKPOS property, NOTIFYPOS property, SELPOS property, Send_Message("TEXT_BY_POS")