ListRow Members

Include Protected Members
Include Inherited Members

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.

The ListRow type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.
Public property Index Returns the index number of the ListRow object within the ListRows collection.
Public property InvalidData Returns a Boolean value that indicates if a row in a list contains cells that don't pass data validation and need to be fixed before any changes can be committed to the Microsoft Windows SharePoint Services site.
Public property Parent Returns the parent object for the specified object.
Public property Range Returns a Range object that represents the range to which the specified list object applies.

Top

Methods

  Name Description
Public method 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.

Top

See Also

Reference

ListRow Interface

Microsoft.Office.Interop.Excel Namespace