6 lines
171 B
Text
6 lines
171 B
Text
module ooo { module vba { module excel {
|
|
constants XlApplyNamesOrder {
|
|
const long xlColumnThenRow = 2;
|
|
const long xlRowThenColumn = 1;
|
|
};
|
|
}; }; };
|