NumRows
NumRows is the number of rows in this connection’s presentation space. The NumRows property is a Long data type and is read-only. The following example shows this property.
' Create an lsxECLPS object associated with connection A
dim myPSOBj as new lsxECLPS("A")
dim Rows as Long
' Get the number of rows in our presentation space
Rows = myPSObj.NumRows