Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface CalculationMode


public interface CalculationMode

Represents the calculation mode.


Field Summary
static byte AUTOMATIC
          automatically (default)
static byte MANUAL
          manually
static byte SEMIAUTOMATIC
          automatic except for multiple table operations
 

Field Detail

MANUAL

static final byte MANUAL
manually

See Also:
Constant Field Values

AUTOMATIC

static final byte AUTOMATIC
automatically (default)

See Also:
Constant Field Values

SEMIAUTOMATIC

static final byte SEMIAUTOMATIC
automatic except for multiple table operations

See Also:
Constant Field Values