Select Method (ExcelAddress, Boolean)

Office Open XML

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

See Also