Exemplo n.º 1
0
 private static void ThrowValueExpectedException <TExpectedValueType>(IXLCell cell)
 {
     throw ValueException.ForMissingValue <TExpectedValueType>(cell.Worksheet.Name, new DataSheetCell(cell));
 }