Skip to main content Skip to complementary content

getRowCount method

getRowCount()

Method used to get total number of data rows for this object.

Since:
  • 1.0

Returns

Returns a number.

Example

if(this.backendApi.getRowCount() > lastrow + 1) {
		morebutton = true;
}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!