End Property

Office Open XML

Gets the row and column of the bottom right cell.

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

Syntax

C#
public ExcelCellAddress End { get; }
Visual Basic (Declaration)
Public ReadOnly Property End As ExcelCellAddress
Visual C++
public:
property ExcelCellAddress^ End {
	ExcelCellAddress^ get ();
}

Field Value

The end row column.

See Also