Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlFormulaLabel.idl
blob5c5da3921655a663f7be13f8dbe0c8dab7d0c93c
1 module ooo { module vba { module excel {
2 constants XlFormulaLabel {
3 const long xlColumnLabels = 2;
4 const long xlMixedLabels = 3;
5 const long xlNoLabels = -4142;
6 const long xlRowLabels = 1;
7 };
8 }; }; };