Is there a way to clear the print area in Office.js? I have already tried setPrintArea(null) to do this, but that doesn't work.
Try to pass an empty string to the setPrintArea method.