summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlChartLocation.idl
blob: 26b190fac8f6ec1680fb2f3c732131fe55ada4a5 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlChartLocation {
        const long xlLocationAsNewSheet = 1;
        const long xlLocationAsObject = 2;
        const long xlLocationAutomatic = 3;
    };
}; }; };