summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSizeRepresents.idl
blob: f9b0a7cae8242a685506f250353b65c6c4752787 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSizeRepresents {
        const long xlSizeIsArea = 1;
        const long xlSizeIsWidth = 2;
    };
}; }; };