bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlConsolidationFunction.idl
blobacf923d7f462de72ad198b119e820f05dfadeeda
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;
16 }; }; };