internal IFont GetIFont() { if (_workbook == null) { return(null); } return(_workbook.FindFont(_font)); }