







Access the range using an address
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelRange this[ string Address ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ Address As String _ ) As ExcelRange |
| Visual C++ |
|---|
public: property ExcelRange^ default[String^ Address] { ExcelRange^ get (String^ Address); } |
Parameters
- Address
- Type: System..::.String
The address
