office-gobmx/oovbaapi/ooo/vba/excel/XlApplyNamesOrder.idl
2011-06-17 16:41:08 +02:00

6 lines
171 B
Text

module ooo { module vba { module excel {
constants XlApplyNamesOrder {
const long xlColumnThenRow = 2;
const long xlRowThenColumn = 1;
};
}; }; };