65 lines
1.6 KiB
Plaintext
65 lines
1.6 KiB
Plaintext
compile insert Excel_equ
|
|
|
|
* Excel programming constants
|
|
|
|
equ xlTrue to -1
|
|
equ xlFalse to 0
|
|
equ xlSheetVisible to -1
|
|
equ xlRangeAutoFormatSimple to -4154
|
|
equ xlRangeAutoFormatClassic1 to 1
|
|
equ xlCSV to 6
|
|
equ xlWorkbookNormal to -4143
|
|
equ xlTextMSDOS to 21
|
|
equ xlCSVWindows to 23
|
|
equ xlAutoOpen to 1
|
|
|
|
equ xlLandscape to 2
|
|
|
|
equ xlAutomatic to -4105
|
|
equ xlNone to -4142
|
|
equ xlContext to -5002
|
|
|
|
equ xlUnderlineStyleDouble to -4119 ;* Double Thick
|
|
equ xlUnderlineStyleDoubleAccounting to 5 ;* Two thin underlines placed close together
|
|
equ xlUnderlineStyleNone to -4142
|
|
equ xlUnderlineStyleSingle to 2
|
|
equ xlUnderlineStyleSingleAccounting to 4 ;* Not supported
|
|
|
|
equ xlTop to -4160 ;* Vertical Alignment
|
|
equ xlCenter to -4108
|
|
equ xlBottom to -4107
|
|
|
|
equ xlDiagonalDown to 5 ;* Border object members
|
|
equ xlDiagonalUp to 6
|
|
equ xlEdgeBottom to 9
|
|
equ xlEdgeLeft to 7
|
|
equ xlEdgeRight to 10
|
|
equ xlEdgeTop to 8
|
|
equ xlInsideHorizontal to 12
|
|
equ xlInsideVertical to 11
|
|
|
|
equ xlContinuous to 1 ;* xlBorderLineStyole
|
|
equ xlDash to -4115
|
|
equ xlDashDot to 4
|
|
equ xlDashDotDot to 5
|
|
equ xlDot to -4118
|
|
equ xlDouble to -4119
|
|
equ xlLineStyleNone to -4142
|
|
equ xlSlantDashDot to 13
|
|
|
|
equ xlHairline to 1 ;* xlBorderWeight
|
|
equ xlMedium to -4138
|
|
equ xlThick to 4
|
|
equ xlThin to 2
|
|
|
|
equ xlColorIndexAutomatic to -4105 ;* xlColorIndex
|
|
equ xlColorIndexNone to -4142
|
|
|
|
equ xlShiftDown to -4121 ;* XlInsertShiftDirection
|
|
equ xlShiftToRight to -4161
|
|
|
|
equ msoFalse to 0
|
|
equ msoScaleFromTopLeft to 0
|
|
|
|
|