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)

Usage

Public Class istRowImplementation
    Implements ListRow
End Class
Dim istRowImplementation1 As New istRowImplementation()

Syntax

Public Interface ListRow
public interface ListRow
public interface class ListRow
public interface ListRow
public interface ListRow

Remarks

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

ListRow Members