The XLRowCollection type exposes the following members.

Methods

  Name Description
Public method Add()()()()
Creates a new XLRow object and adds it to the collection.
Public method Add(XLRow)
Adds an XLRow object to the collection.
Public method Clear
Removes all items from the collection.
Public method Contains
Determines whether an XLRow is a member of the collection.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Gets the index of a given XLRow object in the collection.
Public method Insert(Int32)
Creates a new XLRow object and inserts it at a specific position in the collection.
Public method Insert(Int32, XLRow)
Inserts an XLRow object at a specific position in the collection.
Public method Remove
Removes an XLRow object from the collection.
Public method RemoveAt
Removes the XLRow object at a given position from the collection.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Book
Gets a reference to the parent C1XLBook object.
Public property Count
Gets the number of items in the collection.
Public property Frozen
Gets or sets the number of frozen rows in the collection.
Public property Item
Returns a reference to the XLRow object at the specified index.
Public property Sheet
Gets a reference to the parent XLSheet object.

See Also