Click or drag to resize

RowCollection Properties

The RowCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of items in the collection.
(Inherited from CollectionEx .)
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property FirstItem
Gets the first item.
(Inherited from DocumentObjectCollection .)
Public property Item
Gets the TableRow at the specified index.
Public property LastItem
Gets the last item.
(Inherited from DocumentObjectCollection .)
Protected property TypesOfElement
Gets the types of elements associated with the current instance.
(Overrides DocumentObjectCollection TypesOfElement .)
Top
See Also