ExcelCellAddress Constructor (String)

Office Open XML

Initializes a new instance of the ExcelCellAddress class.

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

Syntax

C#
public ExcelCellAddress(
	string address
)
Visual Basic (Declaration)
Public Sub New ( _
	address As String _
)
Visual C++
public:
ExcelCellAddress(
	String^ address
)

Parameters

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

See Also