Cell |
The CellRangeEnumerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Current | Gets the current element in the cell range. |
![]() | CurrentCell | Gets the current ExcelCell in the cell range. |
![]() | CurrentColumn | Current absolute column index in the cell range. |
![]() | CurrentRow | Current absolute row index in the cell range. |
![]() | Parent | Parent CellRange. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MoveNext | Advances the enumerator to the next element of the cell range. |
![]() | Reset | Sets the enumerator to its initial position. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |