Start Property

Office Open XML

Gets the row and column of the top left cell.

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

Syntax

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

Field Value

The start row column.

See Also