asposecells.api
Class TotalsCalculation

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

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

Field Detail

SUM

const int SUM
Represents Sum totals calcultation.

COUNT

const int COUNT
Represents Count totals calcultation.

AVERAGE

const int AVERAGE
Represents Average totals calcultation.

MAX

const int MAX
Represents Max totals calcultation.

MIN

const int MIN
Represents Min totals calcultation.

VAR

const int VAR
Represents Var totals calcultation.

COUNT_NUMS

const int COUNT_NUMS
Represents Count Nums totals calcultation.

STD_DEV

const int STD_DEV
Represents StdDev totals calcultation.

NONE

const int NONE
Represents No totals calcultation.

CUSTOM

const 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.