Class Na


  • public final class Na
    extends java.lang.Object
    Implementation of Excel function NA()
    • Constructor Summary

      Constructors 
      Constructor Description
      Na()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ValueEval evaluate​(ValueEval[] args, int srcCellRow, int srcCellCol)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Na

        public Na()
    • Method Detail

      • evaluate

        public static ValueEval evaluate​(ValueEval[] args,
                                         int srcCellRow,
                                         int srcCellCol)