ExcelAddress Constructor (Int32, Int32, Int32, Int32)

Office Open XML

Initializes a new instance of the ExcelAddress class

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

Syntax

C#
public ExcelAddress(
	int fromRow,
	int fromCol,
	int toRow,
	int toColumn
)
Visual Basic (Declaration)
Public Sub New ( _
	fromRow As Integer, _
	fromCol As Integer, _
	toRow As Integer, _
	toColumn As Integer _
)
Visual C++
public:
ExcelAddress(
	int fromRow, 
	int fromCol, 
	int toRow, 
	int toColumn
)

Parameters

fromRow
Type: System..::.Int32

[Missing <param name="fromRow"/> documentation for "M:OfficeOpenXml.ExcelAddress.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

fromCol
Type: System..::.Int32

[Missing <param name="fromCol"/> documentation for "M:OfficeOpenXml.ExcelAddress.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

toRow
Type: System..::.Int32

[Missing <param name="toRow"/> documentation for "M:OfficeOpenXml.ExcelAddress.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

toColumn
Type: System..::.Int32

[Missing <param name="toColumn"/> documentation for "M:OfficeOpenXml.ExcelAddress.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also