1 module ooo
{ module vba
{ module excel
{
2 constants XlConsolidationFunction
{
3 const long xlAverage
= -4106;
4 const long xlCount
= -4112;
5 const long xlCountNums
= -4113;
6 const long xlMax
= -4136;
7 const long xlMin
= -4139;
8 const long xlProduct
= -4149;
9 const long xlStDev
= -4155;
10 const long xlStDevP
= -4156;
11 const long xlSum
= -4157;
12 const long xlUnknown
= 1000;
13 const long xlVar
= -4164;
14 const long xlVarP
= -4165;