OfficeDataSourceObject.RowCount Property
Gets a Long that represents the number of records in the specified data source. Read-only.
Syntax
expression.RowCount
expression A variable that represents an OfficeDataSourceObject object.
Example
This example adds a new filter that removes all records with a blank Region field and then applies the filter to the active publication.
| Visual Basic for Applications |
|---|
|