Ejemplo n.º 1
0
 internal IFont GetIFont()
 {
     if (_workbook == null)
     {
         return(null);
     }
     return(_workbook.FindFont(_font));
 }