a table reference can be obtained from WP Create table range http://doc.4d.com/4Dv17/4D/17/WP-Create-table-range.301-3703205.en.html
WP Get elements http://doc.4d.com/4Dv17/4D/17/WP-Get-elements.301-3703212.en.html or WP Get element by ID http://doc.4d.com/4Dv17/4D/17/WP-Get-element-by-ID.301-3703233.en.html in v16/R, I believe it is only be possible to obtain such a reference immediately following creation (WP Insert table) --- the way I understand it is that a write pro document is a combination of range (of text) and other objects that do not fit in any particular range (of text). such objects are also referred to as a "range object" in the language (table, row, column, anchored picture, etc) http://doc.4d.com/4Dv17/4D/17/Accessing-document-contents-by-programming.300-3726304.en.html#3507530 commands such as WP SELECT work on range of text. some commands like WP Get selection works on a range of text or a "range object". (result.type tells which) 2018/07/12 0:57、Two Way Communications via 4D_Tech <[email protected]<mailto:[email protected]>> のメール: So, what if the user has created a table (through a method), and now want to select a cell in that table and change it’s background color, or it’s width? ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

