EPPlus 3.0 |
ExcelWorksheet..::.Select Method (ExcelAddress, Boolean) |
ExcelWorksheet Class See Also Send Feedback |
Selects a range in the worksheet. The active cell is the topmost cell of the first address.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public void Select( ExcelAddress Address, bool SelectSheet ) |
Visual Basic (Declaration) |
---|
Public Sub Select ( _ Address As ExcelAddress, _ SelectSheet As Boolean _ ) |
Visual C++ |
---|
public: void Select( ExcelAddress^ Address, bool SelectSheet ) |
Parameters
- Address
- Type: OfficeOpenXml..::.ExcelAddress
A range of cells
- SelectSheet
- Type: System..::.Boolean
Make the sheet active