ArcObjects Library Reference (Editor)  

IEnumRow.Count Property

The number of rows.

[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The Count property lists the total number of IRow objects in the enumeration.

See Also

IEnumRow Interface