ListRow Interface

Represents a row in a List object. The ListRow object is a member of the ListRows collection. The ListRows collection contains all the rows in a list object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024475-0000-0000-C000-000000000046")> _
Public Interface ListRow
'Usage
Dim instance As ListRow
[InterfaceTypeAttribute()]
[GuidAttribute("00024475-0000-0000-C000-000000000046")]
public interface ListRow

Remarks

Use the ListRows property of the ListObject object to return a ListRows collection.

See Also

Reference

ListRow Members

Microsoft.Office.Interop.Excel Namespace