Edit table.
Sets or returns the text in the cell that the cursor is currently positioned in (ACCESSPOS).
celltextatcursor = Get_Property(objectname, "ACCESSDATA")
existingprop = Set_Property(objectname, "ACCESSDATA", text)
Values passed in Set_Property:
Value | Description |
---|---|
Text | Text data to appear in the row and column at which the edit table internal cursor points. |
Values returned by both Get_Property and Set_Property
Value | Description |
---|---|
celltextatcursor | Data at the current internal cursor position. |
existingprop | Data at the cursor, when Set_Property was called. |