The XLCellRangeCollection type exposes the following members.

Methods

  Name Description
Public method Add(XLCellRange)
Appends an XLCellRange object to the collection.
Public method Add(Int32, Int32, Int32, Int32)
Creates an XLCellRange object and appends it to the collection.
Public method Clear
Removes all XLCellRange objects from the collection.
Public method Contains
Checks whether the collection contains a specific XLCellRange object.
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 position of an XLCellRange object in the collection.
Public method Insert
Inserts an XLCellRange object at a specific position in the collection.
Public method Remove
Removes an XLCellRange object from the collection.
Public method RemoveAt
Removes an XLCellRange object at a specific position from the collection.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property ActiveIndex
Gets or sets the active index in the collection.
Public property Book
Gets a reference to the parent C1XLBook object.
Public property Count
Gets the number of XLCellRange objects in the collection.
Public property Item
Gets the XLCellRange object at the specified position in the collection.
Public property Sheet
Gets the XLSheet object that owns the collection.

See Also