All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.TotalsCalculation.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





TotalsCalculation




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 calculation.
static final intCOUNT
           Represents Count totals calculation.
static final intAVERAGE
           Represents Average totals calculation.
static final intMAX
           Represents Max totals calculation.
static final intMIN
           Represents Min totals calculation.
static final intVAR
           Represents Var totals calculation.
static final intCOUNT_NUMS
           Represents Count Nums totals calculation.
static final intSTD_DEV
           Represents StdDev totals calculation.
static final intNONE
           Represents No totals calculation.
static final intCUSTOM
           Represents custom calculation.
 

Field Detail

SUM

public static final int SUM
Represents Sum totals calculation.

COUNT

public static final int COUNT
Represents Count totals calculation.

AVERAGE

public static final int AVERAGE
Represents Average totals calculation.

MAX

public static final int MAX
Represents Max totals calculation.

MIN

public static final int MIN
Represents Min totals calculation.

VAR

public static final int VAR
Represents Var totals calculation.

COUNT_NUMS

public static final int COUNT_NUMS
Represents Count Nums totals calculation.

STD_DEV

public static final int STD_DEV
Represents StdDev totals calculation.

NONE

public static final int NONE
Represents No totals calculation.

CUSTOM

public static final int CUSTOM
Represents custom calculation.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy