summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDisplayBlanksAs.idl
blob: ed4346ef3d1b80f313005b3e97e96e44eadb4fd0 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlDisplayBlanksAs {
        const long xlInterpolated = 3;
        const long xlNotPlotted = 1;
        const long xlZero = 2;
    };
}; }; };