This example sets the font to be strikethrough.
Font font = range.getFont(); font.setStrikethrough(true);
Related information
Strikethrough property