Class LogicalFns


  • public class LogicalFns
    extends java.lang.Object
    Author:
    ashish
    • Constructor Summary

      Constructors 
      Constructor Description
      LogicalFns()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.poi.ss.formula.eval.ValueEval iferror​(org.apache.poi.ss.formula.eval.ValueEval[] args, int srcRowIndex, int srcColumnIndex)  
      • Methods inherited from class java.lang.Object

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

      • LogicalFns

        public LogicalFns()
    • Method Detail

      • iferror

        public static final org.apache.poi.ss.formula.eval.ValueEval iferror​(org.apache.poi.ss.formula.eval.ValueEval[] args,
                                                                             int srcRowIndex,
                                                                             int srcColumnIndex)