Cells.RemoveRange

Cells.RemoveRange method

Remove cell set from collection.

public void RemoveRange(int index, int count)
ParameterTypeDescription
indexInt32The collection index.
countInt32The rows count.

See Also