ExcelCellAddress Constructor (Int32, Int32)

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(
	int row,
	int column
)
Visual Basic (Declaration)
Public Sub New ( _
	row As Integer, _
	column As Integer _
)
Visual C++
public:
ExcelCellAddress(
	int row, 
	int column
)

Parameters

row
Type: System..::.Int32
The row.
column
Type: System..::.Int32
The column.

See Also