Item Property (String)

Office Open XML

Access the range using an address

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

Syntax

C#
public ExcelRange this[
	string Address
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Address As String _
) As ExcelRange
Visual C++
public:
property ExcelRange^ default[String^ Address] {
	ExcelRange^ get (String^ Address);
}

Parameters

Address
Type: System..::.String
The address

Return Value

A range object

See Also