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