aspose.cells
Class TotalsCalculation

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

Field Summary
const  NumberSUM
           Represents Sum totals calcultation.
const  NumberCOUNT
           Represents Count totals calcultation.
const  NumberAVERAGE
           Represents Average totals calcultation.
const  NumberMAX
           Represents Max totals calcultation.
const  NumberMIN
           Represents Min totals calcultation.
const  NumberVAR
           Represents Var totals calcultation.
const  NumberCOUNT_NUMS
           Represents Count Nums totals calcultation.
const  NumberSTD_DEV
           Represents StdDev totals calcultation.
const  NumberNONE
           Represents No totals calcultation.
const  NumberCUSTOM
           Represents custom calcultation.
 

Field Detail

SUM

const Number SUM
Represents Sum totals calcultation.

COUNT

const Number COUNT
Represents Count totals calcultation.

AVERAGE

const Number AVERAGE
Represents Average totals calcultation.

MAX

const Number MAX
Represents Max totals calcultation.

MIN

const Number MIN
Represents Min totals calcultation.

VAR

const Number VAR
Represents Var totals calcultation.

COUNT_NUMS

const Number COUNT_NUMS
Represents Count Nums totals calcultation.

STD_DEV

const Number STD_DEV
Represents StdDev totals calcultation.

NONE

const Number NONE
Represents No totals calcultation.

CUSTOM

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