summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlRangeValueDataType.idl
blob: efefa949a7ca3831904dd67e77475bf610080d1f (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlRangeValueDataType {
        const long xlRangeValueDefault = 10;
        const long xlRangeValueMSPersistXML = 12;
        const long xlRangeValueXMLSpreadsheet = 11;
    };
}; }; };