DeleteRow(int)

Deletes a row from the worksheet at index.

Declaration Syntax

public void DeleteRow(int index)

Parameters

index(int)

The index of the row to be deleted.