ListRow Object Members

Excel Developer Reference

Represents a row in a table. The ListRow object is a member of the ListRows collection.

Methods

  Name Description
Bb242358.methods(en-us,office.12).gif Delete Deletes the cells of the list row and shifts upward any remaining cells below the deleted row. You can delete rows in the list even when the list is linked to a SharePoint site. The list on the SharePoint site will not be updated, however, until you synchronize your changes.

Properties

  Name Description
Bb242358.properties(en-us,office.12).gif Application When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.
Bb242358.properties(en-us,office.12).gif Index Returns a Long value that represents the index number of the ListRow object within the ListRows collection.
Bb242358.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only.
Bb242358.properties(en-us,office.12).gif Range Returns a Range object that represents the range to which the specified list object in the above list applies.