ExcelWorksheetDeleteRow Method |
Removes the row at the specified zero based index from worksheet.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void DeleteRow(
int rowIndex
)
Public Sub DeleteRow (
rowIndex As Integer
)
Parameters
- rowIndex Int32
- The one based index of the row to be removed.
See Also