Forum Discussion
shankar_r
9 years agoCommunity Hero
Have you tried the getModel() from Object thru script which is something like below,
yourObject.getModel();
Add watch to this item and If you see this object in runtime as *****.ListArea.java
And also can you share the screenshot of Add Watch after this object value populated.
Then you can use list of methods below.
getRowCount()
getColumnCount()
For more Methods, https://searchcode.com/file/43333074/etl.editor/src/org/netbeans/modules/sql/framework/ui/graph/impl/ListArea.java