ListObject.ListRows Property

Returns a ListRows object that represents all the rows of data in the ListObject object.

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

Syntax

'Declaration
ReadOnly Property ListRows As ListRows
    Get
'Usage
Dim instance As ListObject
Dim value As ListRows

value = instance.ListRows
ListRows ListRows { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ListRows

Remarks

The ListRows object returned does not include the header, total, or Insert rows.

See Also

Reference

ListObject Interface

ListObject Members

Microsoft.Office.Interop.Excel Namespace