The XLCellRangeCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(XLCellRange) |
Appends an XLCellRange object to the collection.
|
![]() |
Add(Int32, Int32, Int32, Int32) |
Creates an XLCellRange object and appends it to the collection.
|
![]() |
Clear |
Removes all XLCellRange objects from the collection.
|
![]() |
Contains |
Checks whether the collection contains a specific XLCellRange object.
|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Gets the position of an XLCellRange object in the collection.
|
![]() |
Insert |
Inserts an XLCellRange object at a specific position in the
collection.
|
![]() |
Remove |
Removes an XLCellRange object from the collection.
|
![]() |
RemoveAt |
Removes an XLCellRange object at a specific position from the collection.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
ActiveIndex |
Gets or sets the active index in the collection.
|
![]() |
Book |
Gets a reference to the parent C1XLBook object.
|
![]() |
Count |
Gets the number of XLCellRange objects in the collection.
|
![]() |
Item |
Gets the XLCellRange object at the specified position in the collection.
|
![]() |
Sheet |
Gets the XLSheet object that owns the collection.
|