====== CELLPOS property ====== ==== Applies To ==== Edit table. ==== Description ==== With Set_Property, allows you to enter data to or retrieve from a specific cell of an edit table. ==== Usage ==== //value// = **Set_Property**(//myedittable//, "**CELLPOS**", //text//, //position//) //value// = **Get_Property**(//myedittable//, "**CELLPOS**", //position//) ==== Remarks ==== Acts as a combination of ACCESSPOS and ACCESSDATA. Parameter position is an @FM delimited array of column number and row number ==== See Also ==== [[accesspos|ACCESSPOS property]], [[caretpos|CARETPOS property]], [[clickpos|CLICKPOS property]], [[notifypos|NOTIFYPOS property]], [[selpos|SELPOS property]], [[text_by_pos_message|Send_Message("TEXT_BY_POS")]] ===== =====