com.aspose.cells
Class TotalsCalculation

java.lang.Object
    extended by com.aspose.cells.TotalsCalculation

public class TotalsCalculation 
extends java.lang.Object

Utility class containing constants. Determines the type of calculation in the Totals row of the list column.

Field Summary
static final intSUM
           Represents Sum totals calcultation.
static final intCOUNT
           Represents Count totals calcultation.
static final intAVERAGE
           Represents Average totals calcultation.
static final intMAX
           Represents Max totals calcultation.
static final intMIN
           Represents Min totals calcultation.
static final intVAR
           Represents Var totals calcultation.
static final intCOUNT_NUMS
           Represents Count Nums totals calcultation.
static final intSTD_DEV
           Represents StdDev totals calcultation.
static final intNONE
           Represents No totals calcultation.
static final intCUSTOM
           Represents custom calcultation.
 

Field Detail

SUM

public static final int SUM
Represents Sum totals calcultation.

COUNT

public static final int COUNT
Represents Count totals calcultation.

AVERAGE

public static final int AVERAGE
Represents Average totals calcultation.

MAX

public static final int MAX
Represents Max totals calcultation.

MIN

public static final int MIN
Represents Min totals calcultation.

VAR

public static final int VAR
Represents Var totals calcultation.

COUNT_NUMS

public static final int COUNT_NUMS
Represents Count Nums totals calcultation.

STD_DEV

public static final int STD_DEV
Represents StdDev totals calcultation.

NONE

public static final int NONE
Represents No totals calcultation.

CUSTOM

public static final int CUSTOM
Represents custom calcultation.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.