ListObject.ListRows Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::ListRows ^ ListRows { Microsoft::Office::Interop::Excel::ListRows ^ get(); };
public Microsoft.Office.Interop.Excel.ListRows ListRows { get; }
Public ReadOnly Property ListRows As ListRows

Property Value

Remarks

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

Applies to