ExcelAddress Members
From Office Open XML
| EPPlus 3.0 |
| ExcelAddress Members |
| ExcelAddress Class Constructors Methods Properties See Also Send Feedback |
The ExcelAddress type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExcelAddress | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| ToString | (Inherited from ExcelAddressBase.) |
Properties
| Name | Description | |
|---|---|---|
| Address |
The address for the range
| |
| End |
Gets the row and column of the bottom right cell.
(Inherited from ExcelAddressBase.) | |
| IsName |
If the address is a defined name
(Inherited from ExcelAddressBase.) | |
| Start |
Gets the row and column of the top left cell.
(Inherited from ExcelAddressBase.) |