ListRows Interface

Definition

A collection of all the ListRow objects in the specified ListObject object. Each ListRow object represents a row in the list.

public interface class ListRows : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024474-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface ListRows : System.Collections.IEnumerable
Public Interface ListRows
Implements IEnumerable
Attributes
Implements

Properties

_Default[Object]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application. Read-only.

Count

Returns the number of objects in the collection. Read-only Integer.

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. Read-only XlCreator.

Item[Object]

Returns a single object from a collection.

Parent

Returns the parent object for the specified object. Read-only.

Methods

Add(Object)

Adds a new row to the list object. Returns a ListRow object.

AddEx(Object, Object)

Reserved for internal use.

GetEnumerator()

Applies to