com.aspose.cells

Class CalcModeType

  • java.lang.Object
    • com.aspose.cells.CalcModeType
public class CalcModeType 
extends java.lang.Object

Utility class containing constants. Represents the mode type of calculating formulas.

Field Summary
static final intAUTOMATIC
static final intAUTOMATIC_EXCEPT_TABLE
static final intMANUAL
 

    • Field Detail

      • AUTOMATIC

        public static final int AUTOMATIC
      • AUTOMATIC_EXCEPT_TABLE

        public static final int AUTOMATIC_EXCEPT_TABLE
      • MANUAL

        public static final int MANUAL