Share via


OfficeDataSourceObject.RowCount Property

Returns an Integer that represents the number of records in the specified data source.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property RowCount As Integer
    Get
'Usage
Dim instance As OfficeDataSourceObject
Dim value As Integer

value = instance.RowCount
int RowCount { get; }

Property Value

Type: System.Int32

See Also

Reference

OfficeDataSourceObject Interface

OfficeDataSourceObject Members

Microsoft.Office.Core Namespace