







Selects a range in the worksheet. The active cell is the topmost cell.
Make the current worksheet active.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public void Select( string Address ) |
| Visual Basic (Declaration) |
|---|
Public Sub Select ( _ Address As String _ ) |
| Visual C++ |
|---|
public: void Select( String^ Address ) |
Parameters
- Address
- Type: System..::.String
An address range
