Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDisplayBlanksAs.idl
blobed4346ef3d1b80f313005b3e97e96e44eadb4fd0
1 module ooo { module vba { module excel {
2 constants XlDisplayBlanksAs {
3 const long xlInterpolated = 3;
4 const long xlNotPlotted = 1;
5 const long xlZero = 2;
6 };
7 }; }; };