WebCells.DeleteRows

WebCells.DeleteRows method

Deletes a number of rows. This method is much faster than DeleteRow when doing a batch row deleting.

public void DeleteRows(int rowIndex, int rows)
ParameterTypeDescription
rowIndexInt32
rowsInt32

See Also