ListRows Interface
A collection of all the ListRow objects in the specified ListObject object. Each ListRow object represents a row in the list.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024474-0000-0000-C000-000000000046")> _
Public Interface ListRows _
Inherits IEnumerable
'Usage
Dim instance As ListRows
[InterfaceTypeAttribute()]
[GuidAttribute("00024474-0000-0000-C000-000000000046")]
public interface ListRows : IEnumerable