Clears the content of all cells in the range. Calling this method is equivalent to setting an range's style to "Normal" and its cell values to null.

 public void ClearContent()
Public Sub ClearContent()
rng.ClearContent();
rng.ClearContent()