count
Gets the number of records stored on the current instance after an import operation from a CSV/TSV file.
ReadWrite
ReadOnly
Syntax
expression.count
Parameters
None
Returns
Type: Long
📝Note
The
count
property can be used to loop through the data stored in the current instance. A zero (0) value indicates the is no data imported.
- See also
- item Property.