From memory you need to use .getRowCount().
Or .rowCount. Note the lower-case ‘r’. Standard jython conversion of a getter to a property.
Using the *.rowCount is what ended up working.
From memory you need to use .getRowCount().
Or .rowCount. Note the lower-case ‘r’. Standard jython conversion of a getter to a property.
Using the *.rowCount is what ended up working.