summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlTextParsingType.idl
blob: 96b06f9cce7847158b006597a5596ce4ae1f4779 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlTextParsingType {
        const long xlDelimited = 1;
        const long xlFixedWidth = 2;
    };
}; }; };