Row Method

Office Open XML

Provides access to an individual row within the worksheet so you can set its properties.

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

Syntax

C#
public ExcelRow Row(
	int row
)
Visual Basic (Declaration)
Public Function Row ( _
	row As Integer _
) As ExcelRow
Visual C++
public:
ExcelRow^ Row(
	int row
)

Parameters

row
Type: System..::.Int32
The row number in the worksheet

Return Value

[Missing <returns> documentation for "M:OfficeOpenXml.ExcelWorksheet.Row(System.Int32)"]

See Also