rowCount property
int
get
rowCount
Number of data rows currently addressable by host range-selection coordinates.
Row indexes accepted by the seam are zero-based and valid from zero through
rowCount - 1; extensions must read this value again after dataset/view
changes rather than retaining it as a schema-level constant.
Implementation
int get rowCount;