summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlRowCol.idl
blob: 3dcdd56378ad97216b64b8f8741d3f09e598ce0c (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlRowCol {
        const long xlColumns = 2;
        const long xlRows = 1;
    };
}; }; };