Select Method (ExcelAddress)

Office Open XML

Selects a range in the worksheet. The active cell is the topmost cell of the first address. 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(
	ExcelAddress Address
)
Visual Basic (Declaration)
Public Sub Select ( _
	Address As ExcelAddress _
)
Visual C++
public:
void Select(
	ExcelAddress^ Address
)

Parameters

Address
Type: OfficeOpenXml..::.ExcelAddress
An address range

See Also