The XLCellRange type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a copy of this cell range.
|
|
|
Contains(XLCellRange) |
Determines whether the range contains a specific range.
|
|
|
Contains(XLSheet, Int32, Int32) |
Determines whether the range contains a specific cell.
|
|
|
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.) |
|
|
Intersects |
Determines whether the range intersects another range.
|
|
|
ToString |
Returns a reference string that represents the range.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Book |
Gets a reference to the parent C1XLBook object.
|
|
|
ColumnCount |
Gets the number of columns in the range.
|
|
|
ColumnFrom |
Gets the index of the left column in the range.
|
|
|
ColumnFromRef |
Gets the reference type of the left column in the range.
|
|
|
ColumnTo |
Gets or sets the index of the last column in the range.
|
|
|
ColumnToRef |
Gets the reference type of the right column in the range.
|
|
|
IsEmpty |
Determines whether the range is empty.
|
|
|
RangeType |
Gets or sets a type (default, indirect or offset) for this cell range.
|
|
|
RowCount |
Gets the number of rows in the range.
|
|
|
RowFrom |
Gets the index of the top row in the range.
|
|
|
RowFromRef |
Gets the reference type of the top row in the range.
|
|
|
RowTo |
Gets or sets the index of the last row in the range.
|
|
|
RowToRef |
Gets the reference type of the bottom row in the range.
|
|
|
SheetCount |
Gets the number of sheets in the range.
|
|
|
SheetFrom |
Gets the index of the first sheet in the range.
|
|
|
Sheets |
Gets an array of XLSheet objects.
|
|
|
SheetTo |
Gets or sets the index of the last sheet in the range.
|
|
|
Style |
Gets or sets the XLStyle object associated with this range of cells.
|
|
|
Value |
Gets or sets the complex value associated with this range of cells.
|