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.

<p> public void ClearContent()</p>
<p>Public Sub ClearContent()</p>
rng.ClearContent();
rng.ClearContent()