ListObject.ListRows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.