DeleteRow Method (Int32, Int32)

Office Open XML

Deletes the specified row from the worksheet.

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

Syntax

C#
public void DeleteRow(
	int rowFrom,
	int rows
)
Visual Basic (Declaration)
Public Sub DeleteRow ( _
	rowFrom As Integer, _
	rows As Integer _
)
Visual C++
public:
void DeleteRow(
	int rowFrom, 
	int rows
)

Parameters

rowFrom
Type: System..::.Int32
The number of the start row to be deleted
rows
Type: System..::.Int32
Number of rows to delete

See Also