EPPlus 3.0 |
ExcelWorksheet..::.DeleteRow Method (Int32, Int32, Boolean) |
ExcelWorksheet Class See Also Send Feedback |
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, bool shiftOtherRowsUp ) |
Visual Basic (Declaration) |
---|
Public Sub DeleteRow ( _ rowFrom As Integer, _ rows As Integer, _ shiftOtherRowsUp As Boolean _ ) |
Visual C++ |
---|
public: void DeleteRow( int rowFrom, int rows, bool shiftOtherRowsUp ) |
Parameters
- rowFrom
- Type: System..::.Int32
The number of the start row to be deleted
- rows
- Type: System..::.Int32
Number of rows to delete
- shiftOtherRowsUp
- Type: System..::.Boolean
Not used. Rows are always shifted