Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDisplayBlanksAs.idl
blobb0bccdad4d30c8cdb97fe3329e9da8096fb6cc92
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlDisplayBlanksAs {
4 const long xlInterpolated = 3;
5 const long xlNotPlotted = 1;
6 const long xlZero = 2;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */