Void
IWorksheet
.DeleteRow(
Int32
index)
Deletes a row from the worksheet at index.
Remarks
Examples
Parameters
index
Type:
Int32
The index of the row to be deleted.
Return Value
Type:
Void