This example clears all the format of the range.
Range range = sheet.range("A1:B2"); range.clear();
Related information
clear method