Select Method (String, Boolean)

Office Open XML

Selects a range in the worksheet. The actice cell is the topmost cell.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public void Select(
	string Address,
	bool SelectSheet
)
Visual Basic (Declaration)
Public Sub Select ( _
	Address As String, _
	SelectSheet As Boolean _
)
Visual C++
public:
void Select(
	String^ Address, 
	bool SelectSheet
)

Parameters

Address
Type: System..::.String
A range of cells
SelectSheet
Type: System..::.Boolean
Make the sheet active

See Also