20131104-excel 枚举常量

package.cpath=[[C:\Program Files\Lua\5.1\clibs\?.dll]]
require "luacom"

local excel = luacom.CreateObject("Excel.Application")
local typeinfo = luacom.GetTypeInfo(excel);
local typelib = typeinfo:GetTypeLib();
local enums = typelib:ExportEnumerations();
for k,v in pairs(enums) do
	print("<b>",k,v,"</b><br/>");
	if (type(v)=="table") then
		for l,w in pairs(v) do
			print(l,w,"<br/>");
		end
	end
end


 <b> XlHighlightChangesTime table: 00C7DE58 </b><br/>
xlAllChanges 2 <br/>
xlSinceMyLastSave 1 <br/>
xlNotYetReviewed 3 <br/>
<b> XlErrorBarInclude table: 00C8CFD0 </b><br/>
xlErrorBarIncludeBoth 1 <br/>
xlErrorBarIncludeNone -4142 <br/>
xlErrorBarIncludeMinusValues 3 <br/>
xlErrorBarIncludePlusValues 2 <br/>
<b> XlErrorChecks table: 00C6C960 </b><br/>
xlUnlockedFormulaCells 6 <br/>
xlInconsistentFormula 4 <br/>
xlEvaluateToError 1 <br/>
xlTextDate 2 <br/>
xlEmptyCellReferences 7 <br/>
xlNumberAsText 3 <br/>
xlListDataValidation 8 <br/>
xlOmittedCells 5 <br/>
<b> XlReferenceStyle table: 00C78AD0 </b><br/>
xlR1C1 -4150 <br/>
xlA1 1 <br/>
<b> XlFileFormat table: 00C7ECA8 </b><br/>
xlCurrentPlatformText -4158 <br/>
xlAddIn 18 <br/>
xlExcel9795 43 <br/>
xlWorkbookNormal -4143 <br/>
xlTextMac 19 <br/>
xlTextWindows 20 <br/>
xlIntlAddIn 26 <br/>
xlWJ2WD1 14 <br/>
xlTemplate 17 <br/>
xlExcel2 16 <br/>
xlWebArchive 45 <br/>
xlDBF4 11 <br/>
xlCSVWindows 23 <br/>
xlCSVMac 22 <br/>
xlWQ1 34 <br/>
xlCSVMSDOS 24 <br/>
xlWK1FMT 30 <br/>
xlExcel7 39 <br/>
xlUnicodeText 42 <br/>
xlExcel4Workbook 35 <br/>
xlExcel4 33 <br/>
xlSYLK 2 <br/>
xlWK3FM3 32 <br/>
xlTextPrinter 36 <br/>
xlWK3 15 <br/>
xlWJ3 40 <br/>
xlWKS 4 <br/>
xlXMLSpreadsheet 46 <br/>
xlWK1ALL 31 <br/>
xlDBF2 7 <br/>
xlDBF3 8 <br/>
xlDIF 9 <br/>
xlExcel2FarEast 27 <br/>
xlExcel3 29 <br/>
xlWK1 5 <br/>
xlExcel5 39 <br/>
xlWorks2FarEast 28 <br/>
xlTextMSDOS 21 <br/>
xlHtml 44 <br/>
xlCSV 6 <br/>
xlIntlMacro 25 <br/>
xlWK4 38 <br/>
xlWJ3FJ3 41 <br/>
<b> XlSmartTagControlType table: 00C6A4D8 </b><br/>
xlSmartTagControlCheckbox 9 <br/>
xlSmartTagControlListbox 11 <br/>
xlSmartTagControlTextbox 10 <br/>
xlSmartTagControlImage 8 <br/>
xlSmartTagControlSmartTag 1 <br/>
xlSmartTagControlCombo 12 <br/>
xlSmartTagControlHelp 3 <br/>
xlSmartTagControlLink 2 <br/>
xlSmartTagControlHelpURL 4 <br/>
xlSmartTagControlActiveX 13 <br/>
xlSmartTagControlSeparator 5 <br/>
xlSmartTagControlRadioGroup 14 <br/>
xlSmartTagControlButton 6 <br/>
xlSmartTagControlLabel 7 <br/>
<b> XlErrorBarType table: 00C8B610 </b><br/>
xlErrorBarTypeStError 4 <br/>
xlErrorBarTypeCustom -4114 <br/>
xlErrorBarTypeFixedValue 1 <br/>
xlErrorBarTypePercent 2 <br/>
xlErrorBarTypeStDev -4155 <br/>
<b> XlUpdateLinks table: 00C6D1A0 </b><br/>
xlUpdateLinksNever 2 <br/>
xlUpdateLinksAlways 3 <br/>
xlUpdateLinksUserSetting 1 <br/>
<b> XlUnderlineStyle table: 00C8B668 </b><br/>
xlUnderlineStyleNone -4142 <br/>
xlUnderlineStyleSingle 2 <br/>
xlUnderlineStyleSingleAccounting 4 <br/>
xlUnderlineStyleDouble -4119 <br/>
xlUnderlineStyleDoubleAccounting 5 <br/>
<b> XlEditionOptionsOption table: 00C81990 </b><br/>
xlAutomaticUpdate 4 <br/>
xlCancel 1 <br/>
xlSendPublisher 2 <br/>
xlOpenSource 3 <br/>
xlChangeAttributes 6 <br/>
xlUpdateSubscriber 2 <br/>
xlManualUpdate 5 <br/>
xlSelect 3 <br/>
<b> XlPivotTableVersionList table: 00C6DCC8 </b><br/>
xlPivotTableVersion10 1 <br/>
xlPivotTableVersionCurrent -1 <br/>
xlPivotTableVersion2000 0 <br/>
<b> XlTickLabelOrientation table: 00C8BD20 </b><br/>
xlTickLabelOrientationDownward -4170 <br/>
xlTickLabelOrientationHorizontal -4128 <br/>
xlTickLabelOrientationAutomatic -4105 <br/>
xlTickLabelOrientationUpward -4171 <br/>
xlTickLabelOrientationVertical -4166 <br/>
<b> XlSummaryReportType table: 00C65EE0 </b><br/>
xlSummaryPivotTable -4148 <br/>
xlStandardSummary 1 <br/>
<b> XlLookAt table: 00C829F0 </b><br/>
xlPart 2 <br/>
xlWhole 1 <br/>
<b> XlMSApplication table: 00C787A8 </b><br/>
xlMicrosoftWord 1 <br/>
xlMicrosoftPowerPoint 2 <br/>
xlMicrosoftProject 6 <br/>
xlMicrosoftMail 3 <br/>
xlMicrosoftFoxPro 5 <br/>
xlMicrosoftSchedulePlus 7 <br/>
xlMicrosoftAccess 4 <br/>
<b> XlToolbarProtection table: 00C77BC8 </b><br/>
xlNoShapeChanges 2 <br/>
xlToolbarProtectionNone -4143 <br/>
xlNoChanges 4 <br/>
xlNoButtonChanges 1 <br/>
xlNoDockingChanges 3 <br/>
<b> XlPivotTableMissingItems table: 00C6D530 </b><br/>
xlMissingItemsDefault -1 <br/>
xlMissingItemsNone 0 <br/>
xlMissingItemsMax 32500 <br/>
<b> XlHAlign table: 00C8C818 </b><br/>
xlHAlignFill 5 <br/>
xlHAlignJustify -4130 <br/>
xlHAlignCenterAcrossSelection 7 <br/>
xlHAlignRight -4152 <br/>
xlHAlignGeneral 1 <br/>
xlHAlignCenter -4108 <br/>
xlHAlignDistributed -4117 <br/>
xlHAlignLeft -4131 <br/>
<b> XlInsertFormatOrigin table: 00C6BFC8 </b><br/>
xlFormatFromRightOrBelow 1 <br/>
xlFormatFromLeftOrAbove 0 <br/>
<b> XlTabPosition table: 00C65E88 </b><br/>
xlTabPositionFirst 0 <br/>
xlTabPositionLast 1 <br/>
<b> XlApplicationInternational table: 00C7E300 </b><br/>
xl4DigitYears 43 <br/>
xlCurrencyLeadingZeros 40 <br/>
xlCurrencyDigits 27 <br/>
xlMetric 35 <br/>
xlCurrencyCode 25 <br/>
xlDateOrder 32 <br/>
xlCurrencyMinusSign 38 <br/>
xlRowSeparator 15 <br/>
xlDateSeparator 17 <br/>
xlAlternateArraySeparator 16 <br/>
xlWeekdayNameChars 31 <br/>
xlColumnSeparator 14 <br/>
xlNoncurrencyDigits 29 <br/>
xlNonEnglishFunctions 34 <br/>
xlDecimalSeparator 3 <br/>
xlHourCode 22 <br/>
xlMonthCode 20 <br/>
xlLeftBracket 10 <br/>
xlTimeSeparator 18 <br/>
xlRightBracket 11 <br/>
xlListSeparator 5 <br/>
xlMinuteCode 23 <br/>
xlLowerCaseColumnLetter 9 <br/>
xlThousandsSeparator 4 <br/>
xlUpperCaseColumnLetter 7 <br/>
xlCountrySetting 2 <br/>
xlLeftBrace 12 <br/>
xlMDY 44 <br/>
xlRightBrace 13 <br/>
xlUpperCaseRowLetter 6 <br/>
xlMonthLeadingZero 41 <br/>
xlYearCode 19 <br/>
xlDayCode 21 <br/>
xl24HourClock 33 <br/>
xlCurrencyNegative 28 <br/>
xlCountryCode 1 <br/>
xlCurrencyBefore 37 <br/>
xlCurrencySpaceBefore 36 <br/>
xlCurrencyTrailingZeros 39 <br/>
xlDayLeadingZero 42 <br/>
xlLowerCaseRowLetter 8 <br/>
xlSecondCode 24 <br/>
xlGeneralFormatName 26 <br/>
xlMonthNameChars 30 <br/>
xlTimeLeadingZero 45 <br/>
<b> XlCalculationState table: 00C6D398 </b><br/>
xlCalculating 1 <br/>
xlDone 0 <br/>
xlPending 2 <br/>
<b> XlMouseButton table: 00C78608 </b><br/>
xlPrimaryButton 1 <br/>
xlSecondaryButton 2 <br/>
xlNoButton 0 <br/>
<b> XlDisplayDrawingObjects table: 00C6DF58 </b><br/>
xlDisplayShapes -4104 <br/>
xlHide 3 <br/>
xlPlaceholders 2 <br/>
<b> XlOrder table: 00C78168 </b><br/>
xlDownThenOver 1 <br/>
xlOverThenDown 2 <br/>
<b> XlSummaryRow table: 00C66170 </b><br/>
xlSummaryAbove 0 <br/>
xlSummaryBelow 1 <br/>
<b> XlFormulaLabel table: 00C7DFB8 </b><br/>
xlMixedLabels 3 <br/>
xlNoLabels -4142 <br/>
xlRowLabels 1 <br/>
xlColumnLabels 2 <br/>
<b> XlSortMethod table: 00C66838 </b><br/>
xlPinYin 1 <br/>
xlStroke 2 <br/>
<b> XlDVAlertStyle table: 00C7C798 </b><br/>
xlValidAlertWarning 2 <br/>
xlValidAlertInformation 3 <br/>
xlValidAlertStop 1 <br/>
<b> XlSortMethodOld table: 00C66798 </b><br/>
xlCodePage 2 <br/>
xlSyllabary 1 <br/>
<b> XlSpecialCellsValue table: 00C662B8 </b><br/>
xlTextValues 2 <br/>
xlErrors 16 <br/>
xlNumbers 1 <br/>
xlLogical 4 <br/>
<b> XlFormControl table: 00C6FF40 </b><br/>
xlDropDown 2 <br/>
xlLabel 5 <br/>
xlListBox 6 <br/>
xlEditBox 3 <br/>
xlButtonControl 0 <br/>
xlCheckBox 1 <br/>
xlGroupBox 4 <br/>
xlScrollBar 8 <br/>
xlOptionButton 7 <br/>
xlSpinner 9 <br/>
<b> XlRoutingSlipDelivery table: 00C79330 </b><br/>
xlAllAtOnce 2 <br/>
xlOneAfterAnother 1 <br/>
<b> XlAutoFillType table: 00C80B48 </b><br/>
xlFillWeekdays 6 <br/>
xlFillValues 4 <br/>
xlGrowthTrend 10 <br/>
xlFillSeries 2 <br/>
xlFillMonths 7 <br/>
xlFillFormats 3 <br/>
xlFillDays 5 <br/>
xlFillCopy 1 <br/>
xlLinearTrend 9 <br/>
xlFillDefault 0 <br/>
xlFillYears 8 <br/>
<b> XlCategoryType table: 00C88250 </b><br/>
xlCategoryScale 2 <br/>
xlTimeScale 3 <br/>
xlAutomaticScale -4105 <br/>
<b> XlPasteType table: 00C7B7E0 </b><br/>
xlPasteComments -4144 <br/>
xlPasteValidation 6 <br/>
xlPasteFormulasAndNumberFormats 11 <br/>
xlPasteValues -4163 <br/>
xlPasteFormats -4122 <br/>
xlPasteAllExceptBorders 7 <br/>
xlPasteColumnWidths 8 <br/>
xlPasteAll -4104 <br/>
xlPasteFormulas -4123 <br/>
xlPasteValuesAndNumberFormats 12 <br/>
<b> XlWindowType table: 00C78F80 </b><br/>
xlClipboard 3 <br/>
xlChartAsWindow 5 <br/>
xlChartInPlace 4 <br/>
xlInfo -4129 <br/>
xlWorkbook 1 <br/>
<b> XlWindowView table: 00C659E8 </b><br/>
xlNormalView 1 <br/>
xlPageBreakPreview 2 <br/>
<b> XlMarkerStyle table: 00C8AB30 </b><br/>
xlMarkerStyleDiamond 2 <br/>
xlMarkerStyleStar 5 <br/>
xlMarkerStyleDash -4115 <br/>
xlMarkerStyleCircle 8 <br/>
xlMarkerStyleNone -4142 <br/>
xlMarkerStyleDot -4118 <br/>
xlMarkerStyleAutomatic -4105 <br/>
xlMarkerStyleTriangle 3 <br/>
xlMarkerStylePlus 9 <br/>
xlMarkerStyleSquare 1 <br/>
xlMarkerStylePicture -4147 <br/>
xlMarkerStyleX -4168 <br/>
<b> XlDisplayUnit table: 00C884C0 </b><br/>
xlThousands -3 <br/>
xlTenThousands -4 <br/>
xlHundredMillions -8 <br/>
xlHundredThousands -5 <br/>
xlMillions -6 <br/>
xlThousandMillions -9 <br/>
xlHundreds -2 <br/>
xlTenMillions -7 <br/>
xlMillionMillions -10 <br/>
<b> XlWBATemplate table: 00C65A90 </b><br/>
xlWBATWorksheet -4167 <br/>
xlWBATExcel4IntlMacroSheet 4 <br/>
xlWBATExcel4MacroSheet 3 <br/>
xlWBATChart -4109 <br/>
<b> XlLinkInfo table: 00C831B8 </b><br/>
xlLinkInfoStatus 3 <br/>
xlUpdateState 1 <br/>
xlEditionDate 2 <br/>
<b> XlOLEType table: 00C833B8 </b><br/>
xlOLELink 0 <br/>
xlOLEControl 2 <br/>
xlOLEEmbed 1 <br/>
<b> XlEditionType table: 00C82C18 </b><br/>
xlPublisher 1 <br/>
xlSubscriber 2 <br/>
<b> XlSourceType table: 00C6FD08 </b><br/>
xlSourceQuery 7 <br/>
xlSourceRange 4 <br/>
xlSourcePivotTable 6 <br/>
xlSourceWorkbook 0 <br/>
xlSourceAutoFilter 3 <br/>
xlSourcePrintArea 2 <br/>
xlSourceSheet 1 <br/>
xlSourceChart 5 <br/>
<b> XlCubeFieldType table: 00C6C640 </b><br/>
xlSet 3 <br/>
xlMeasure 2 <br/>
xlHierarchy 1 <br/>
<b> XlLocationInTable table: 00C85A98 </b><br/>
xlDataItem 7 <br/>
xlRowItem 4 <br/>
xlRowHeader -4153 <br/>
xlPageHeader 2 <br/>
xlDataHeader 3 <br/>
xlColumnHeader -4110 <br/>
xlColumnItem 5 <br/>
xlTableBody 8 <br/>
xlPageItem 6 <br/>
<b> XlSaveAsAccessMode table: 00C6E3F8 </b><br/>
xlNoChange 1 <br/>
xlExclusive 3 <br/>
xlShared 2 <br/>
<b> XlPrintErrors table: 00C6DC78 </b><br/>
xlPrintErrorsDisplayed 0 <br/>
xlPrintErrorsNA 3 <br/>
xlPrintErrorsDash 2 <br/>
xlPrintErrorsBlank 1 <br/>
<b> XlFillWith table: 00C783D0 </b><br/>
xlFillWithFormats -4122 <br/>
xlFillWithContents 2 <br/>
xlFillWithAll -4104 <br/>
<b> XlDVType table: 00C7D6D0 </b><br/>
xlValidateTime 5 <br/>
xlValidateInputOnly 0 <br/>
xlValidateDate 4 <br/>
xlValidateTextLength 6 <br/>
xlValidateWholeNumber 1 <br/>
xlValidateCustom 7 <br/>
xlValidateList 3 <br/>
xlValidateDecimal 2 <br/>
<b> XlPhoneticAlignment table: 00C7B4A0 </b><br/>
xlPhoneticAlignNoControl 0 <br/>
xlPhoneticAlignDistributed 3 <br/>
xlPhoneticAlignCenter 2 <br/>
xlPhoneticAlignLeft 1 <br/>
<b> XlSortOrder table: 00C666B0 </b><br/>
xlDescending 2 <br/>
xlAscending 1 <br/>
<b> XlLayoutFormType table: 00C79388 </b><br/>
xlOutline 1 <br/>
xlTabular 0 <br/>
<b> XlSheetVisibility table: 00C6DFC8 </b><br/>
xlSheetVisible -1 <br/>
xlSheetHidden 0 <br/>
xlSheetVeryHidden 2 <br/>
<b> XlPivotFieldDataType table: 00C78E28 </b><br/>
xlText -4158 <br/>
xlDate 2 <br/>
xlNumber -4145 <br/>
<b> XlWebFormatting table: 00C6C4D8 </b><br/>
xlWebFormattingNone 3 <br/>
xlWebFormattingAll 1 <br/>
xlWebFormattingRTF 2 <br/>
<b> XlChartPictureType table: 00C8C3B0 </b><br/>
xlStack 2 <br/>
xlStretch 1 <br/>
xlStackScale 3 <br/>
<b> XlRunAutoMacro table: 00C6E750 </b><br/>
xlAutoActivate 3 <br/>
xlAutoDeactivate 4 <br/>
xlAutoClose 2 <br/>
xlAutoOpen 1 <br/>
<b> XlPivotFieldCalculation table: 00C7AFB0 </b><br/>
xlPercentOfColumn 7 <br/>
xlIndex 9 <br/>
xlPercentOfTotal 8 <br/>
xlPercentDifferenceFrom 4 <br/>
xlNoAdditionalCalculation -4143 <br/>
xlPercentOf 3 <br/>
xlRunningTotal 5 <br/>
xlPercentOfRow 6 <br/>
xlDifferenceFrom 2 <br/>
<b> XlRangeAutoFormat table: 00C796A0 </b><br/>
xlRangeAutoFormatTable7 38 <br/>
xlRangeAutoFormatAccounting2 5 <br/>
xlRangeAutoFormatNone -4142 <br/>
xlRangeAutoFormat3DEffects2 14 <br/>
xlRangeAutoFormatReport4 24 <br/>
xlRangeAutoFormatAccounting3 6 <br/>
xlRangeAutoFormatTable1 32 <br/>
xlRangeAutoFormatAccounting1 4 <br/>
xlRangeAutoFormatColor2 8 <br/>
xlRangeAutoFormatTable2 33 <br/>
xlRangeAutoFormatLocalFormat1 15 <br/>
xlRangeAutoFormatPTNone 42 <br/>
xlRangeAutoFormatReport8 28 <br/>
xlRangeAutoFormatTable6 37 <br/>
xlRangeAutoFormatTable3 34 <br/>
xlRangeAutoFormatClassic2 2 <br/>
xlRangeAutoFormatReport1 21 <br/>
xlRangeAutoFormatReport10 30 <br/>
xlRangeAutoFormatReport5 25 <br/>
xlRangeAutoFormatLocalFormat3 19 <br/>
xlRangeAutoFormatSimple -4154 <br/>
xlRangeAutoFormatLocalFormat4 20 <br/>
xlRangeAutoFormatTable4 35 <br/>
xlRangeAutoFormatColor1 7 <br/>
xlRangeAutoFormatReport7 27 <br/>
xlRangeAutoFormatReport3 23 <br/>
xlRangeAutoFormatTable9 40 <br/>
xlRangeAutoFormatList2 11 <br/>
xlRangeAutoFormat3DEffects1 13 <br/>
xlRangeAutoFormatTable5 36 <br/>
xlRangeAutoFormatReport9 29 <br/>
xlRangeAutoFormatClassic1 1 <br/>
xlRangeAutoFormatClassic3 3 <br/>
xlRangeAutoFormatReport2 22 <br/>
xlRangeAutoFormatColor3 9 <br/>
xlRangeAutoFormatClassicPivotTable 31 <br/>
xlRangeAutoFormatTable8 39 <br/>
xlRangeAutoFormatList1 10 <br/>
xlRangeAutoFormatList3 12 <br/>
xlRangeAutoFormatReport6 26 <br/>
xlRangeAutoFormatTable10 41 <br/>
xlRangeAutoFormatAccounting4 17 <br/>
xlRangeAutoFormatLocalFormat2 16 <br/>
<b> XlPlatform table: 00C7AD18 </b><br/>
xlMSDOS 3 <br/>
xlWindows 2 <br/>
xlMacintosh 1 <br/>
<b> XlAutoFilterOperator table: 00C7FC00 </b><br/>
xlBottom10Items 4 <br/>
xlOr 2 <br/>
xlAnd 1 <br/>
xlTop10Items 3 <br/>
xlTop10Percent 5 <br/>
xlBottom10Percent 6 <br/>
<b> XlBarShape table: 00C88110 </b><br/>
xlCylinder 3 <br/>
xlBox 0 <br/>
xlPyramidToPoint 1 <br/>
xlConeToMax 5 <br/>
xlConeToPoint 4 <br/>
xlPyramidToMax 2 <br/>
<b> XlSearchWithin table: 00C6CDB0 </b><br/>
xlWithinSheet 1 <br/>
xlWithinWorkbook 2 <br/>
<b> XlWebSelectionType table: 00C6C708 </b><br/>
xlSpecifiedTables 3 <br/>
xlAllTables 2 <br/>
xlEntirePage 1 <br/>
<b> XlXmlImportResult table: 003DCCF8 </b><br/>
xlXmlImportSuccess 0 <br/>
xlXmlImportElementsTruncated 1 <br/>
xlXmlImportValidationFailed 2 <br/>
<b> XlEndStyleCap table: 00C92110 </b><br/>
xlCap 1 <br/>
xlNoCap 2 <br/>
<b> XlCVError table: 00C825E0 </b><br/>
xlErrDiv0 2007 <br/>
xlErrNull 2000 <br/>
xlErrName 2029 <br/>
xlErrRef 2023 <br/>
xlErrNA 2042 <br/>
xlErrNum 2036 <br/>
xlErrValue 2015 <br/>
<b> XlChartItem table: 00C86980 </b><br/>
xlSeriesLines 22 <br/>
xlHiLoLines 25 <br/>
xlRadarAxisLabels 27 <br/>
xlDataLabel 0 <br/>
xlFloor 23 <br/>
xlDisplayUnitLabel 30 <br/>
xlPlotArea 19 <br/>
xlPivotChartFieldButton 31 <br/>
xlDownBars 20 <br/>
xlLegend 24 <br/>
xlChartArea 2 <br/>
xlLeaderLines 29 <br/>
xlSeries 3 <br/>
xlDataTable 7 <br/>
xlNothing 28 <br/>
xlChartTitle 4 <br/>
xlMajorGridlines 15 <br/>
xlUpBars 18 <br/>
xlPivotChartDropZone 32 <br/>
xlDropLines 26 <br/>
xlWalls 5 <br/>
xlCorners 6 <br/>
xlLegendKey 13 <br/>
xlErrorBars 9 <br/>
xlXErrorBars 10 <br/>
xlYErrorBars 11 <br/>
xlShape 14 <br/>
xlAxis 21 <br/>
xlTrendline 8 <br/>
xlLegendEntry 12 <br/>
xlMinorGridlines 16 <br/>
xlAxisTitle 17 <br/>
<b> XlTickLabelPosition table: 00C8C480 </b><br/>
xlTickLabelPositionNextToAxis 4 <br/>
xlTickLabelPositionNone -4142 <br/>
xlTickLabelPositionLow -4134 <br/>
xlTickLabelPositionHigh -4127 <br/>
<b> XlIMEMode table: 00C7C900 </b><br/>
xlIMEModeNoControl 0 <br/>
xlIMEModeOff 2 <br/>
xlIMEModeAlphaFull 7 <br/>
xlIMEModeOn 1 <br/>
xlIMEModeDisable 3 <br/>
xlIMEModeKatakanaHalf 6 <br/>
xlIMEModeKatakana 5 <br/>
xlIMEModeHangul 10 <br/>
xlIMEModeAlpha 8 <br/>
xlIMEModeHangulFull 9 <br/>
xlIMEModeHiragana 4 <br/>
<b> XlSortType table: 00C66520 </b><br/>
xlSortValues 1 <br/>
xlSortLabels 2 <br/>
<b> XlChartSplitType table: 00C89DD0 </b><br/>
xlSplitByPosition 1 <br/>
xlSplitByCustomSplit 4 <br/>
xlSplitByValue 2 <br/>
xlSplitByPercentValue 3 <br/>
<b> XlPictureAppearance table: 00C7B450 </b><br/>
xlPrinter 2 <br/>
xlScreen 1 <br/>
<b> XlHtmlType table: 00C6FC18 </b><br/>
xlHtmlList 2 <br/>
xlHtmlChart 3 <br/>
xlHtmlCalc 1 <br/>
xlHtmlStatic 0 <br/>
<b> XlCalculation table: 00C82DA0 </b><br/>
xlCalculationManual -4135 <br/>
xlCalculationSemiautomatic 2 <br/>
xlCalculationAutomatic -4105 <br/>
<b> XlChartPicturePlacement table: 00C8C0E8 </b><br/>
xlFrontEnd 6 <br/>
xlEnd 2 <br/>
xlSides 1 <br/>
xlEndSides 3 <br/>
xlFrontSides 5 <br/>
xlFront 4 <br/>
xlAllFaces 7 <br/>
<b> XlErrorBarDirection table: 00C8D030 </b><br/>
xlY 1 <br/>
xlX -4168 <br/>
<b> XlBorderWeight table: 00C8BBB0 </b><br/>
xlThick 4 <br/>
xlHairline 1 <br/>
xlThin 2 <br/>
xlMedium -4138 <br/>
<b> XlSubtototalLocationType table: 00C6DDE8 </b><br/>
xlAtBottom 2 <br/>
xlAtTop 1 <br/>
<b> XlSpeakDirection table: 00C6C028 </b><br/>
xlSpeakByRows 0 <br/>
xlSpeakByColumns 1 <br/>
<b> XlDataLabelsType table: 00C8AB80 </b><br/>
xlDataLabelsShowNone -4142 <br/>
xlDataLabelsShowPercent 3 <br/>
xlDataLabelsShowBubbleSizes 6 <br/>
xlDataLabelsShowLabelAndPercent 5 <br/>
xlDataLabelsShowLabel 4 <br/>
xlDataLabelsShowValue 2 <br/>
<b> XlRangeValueDataType table: 00C6C0E0 </b><br/>
xlRangeValueXMLSpreadsheet 11 <br/>
xlRangeValueDefault 10 <br/>
xlRangeValueMSPersistXML 12 <br/>
<b> Constants table: 00C92518 </b><br/>
xlDirect 1 <br/>
xlDesktop 9 <br/>
xlTiled 1 <br/>
xlMixedScript 3 <br/>
xlAbove 0 <br/>
xlExtended 3 <br/>
xlMacrosheetCell 7 <br/>
xlColor1 7 <br/>
xlShort 1 <br/>
xlList2 11 <br/>
xlFill 5 <br/>
xlLeft -4131 <br/>
xlFixedValue 1 <br/>
xlFloating 5 <br/>
xlBelow 1 <br/>
xlContext -5002 <br/>
xlOutside 3 <br/>
xlOn 1 <br/>
xlHindiNumerals 3 <br/>
xlPlus 9 <br/>
xlCascade 7 <br/>
xlExcelMenus 1 <br/>
xlDoubleOpen 4 <br/>
xlOpen 2 <br/>
xlStrict 2 <br/>
xlCrissCross 16 <br/>
xl3DEffects1 13 <br/>
xlVisualCursor 2 <br/>
xlLotusHelp 2 <br/>
xlColumn 3 <br/>
xlNoDocuments 3 <br/>
xlAccounting2 5 <br/>
xlTextBox 16 <br/>
xlSimple -4154 <br/>
xlTitleBar 8 <br/>
xlLeftToRight 2 <br/>
xl3DSurface -4103 <br/>
xlNarrow 1 <br/>
xlLightDown 13 <br/>
xlRTL -5004 <br/>
xlBidiCalendar 3 <br/>
xlNone -4142 <br/>
xl3DBar -4099 <br/>
xlGray50 -4125 <br/>
xlLocalFormat1 15 <br/>
xlDoubleQuote 1 <br/>
xlCorner 2 <br/>
xlAccounting4 17 <br/>
xlMixed 2 <br/>
xlGray8 18 <br/>
xlGregorian 2 <br/>
xlInside 2 <br/>
xlPartial 3 <br/>
xlMinimum 4 <br/>
xlChartShort 6 <br/>
xlLastCell 11 <br/>
xlPartialScript 2 <br/>
xlFormats -4122 <br/>
xlReference 4 <br/>
xlBar 2 <br/>
xl3DEffects2 14 <br/>
xlInteger 2 <br/>
xlClassic2 2 <br/>
xlWide 3 <br/>
xlOff -4146 <br/>
xlSystem 1 <br/>
xlChartTitles 18 <br/>
xlLightHorizontal 11 <br/>
xlClassic1 1 <br/>
xlAccounting1 4 <br/>
xlVeryHidden 2 <br/>
xlMinusValues 3 <br/>
xlJustify -4130 <br/>
xlSemiautomatic 2 <br/>
xlAccounting3 6 <br/>
xlSolid 1 <br/>
xlNotes -4144 <br/>
xlChartSeries 17 <br/>
xlSemiGray75 10 <br/>
xlClosed 3 <br/>
xlAllExceptBorders 7 <br/>
xlLatin -5001 <br/>
xlCenterAcrossSelection 7 <br/>
xlShowLabelAndPercent 5 <br/>
xlGrid 15 <br/>
xlPlusValues 2 <br/>
xlCross 4 <br/>
xlStError 4 <br/>
xlList1 10 <br/>
xlColor2 8 <br/>
xlCustom -4114 <br/>
xlTransparent 2 <br/>
xlGridline 22 <br/>
xlFirst 0 <br/>
xlEntireChart 20 <br/>
xlOpaque 3 <br/>
xlAutomatic -4105 <br/>
xlLast 1 <br/>
xlToolbar 1 <br/>
xlMixedAuthorizedScript 4 <br/>
xlCenter -4108 <br/>
xlWorksheetCell 3 <br/>
xlCircle 8 <br/>
xlDiamond 2 <br/>
xlLong 3 <br/>
xlDebugCodePane 13 <br/>
xlDistributed -4117 <br/>
xlDivide 5 <br/>
xlGray25 -4124 <br/>
xlSquare 1 <br/>
xlGray16 17 <br/>
xlHigh -4127 <br/>
xlAdd 2 <br/>
xlLightUp 14 <br/>
xlAll -4104 <br/>
xlColor3 9 <br/>
xlLow -4134 <br/>
xlManual -4135 <br/>
xlFullScript 1 <br/>
xlMultiply 4 <br/>
xlPercent 2 <br/>
xlList3 12 <br/>
xlContents 2 <br/>
xlCombination -4111 <br/>
xlShowLabel 4 <br/>
xlDrawingObject 14 <br/>
xlShowPercent 3 <br/>
xlLTR -5003 <br/>
xlShowValue 2 <br/>
xlImmediatePane 12 <br/>
xlLightVertical 12 <br/>
xlSingle 2 <br/>
xlSingleAccounting 4 <br/>
xlSingleQuote 2 <br/>
xlFormula 5 <br/>
xlConstants 2 <br/>
xlBoth 1 <br/>
xlToolbarButton 2 <br/>
xlTriangle 3 <br/>
xlVisible 12 <br/>
xlChecker 9 <br/>
xlDoubleAccounting 5 <br/>
xlChart4 2 <br/>
xlGray75 -4126 <br/>
xlComplete 4 <br/>
xlBottom -4107 <br/>
xlRight -4152 <br/>
xlTop -4160 <br/>
xlWorkbookTab 6 <br/>
xlStar 5 <br/>
xlWatchPane 11 <br/>
xlNextToAxis 4 <br/>
xlWorksheet4 1 <br/>
xlLogicalCursor 1 <br/>
xlMaximum 2 <br/>
xlTopToBottom 1 <br/>
xlSubtract 3 <br/>
xlModule -4141 <br/>
xlDoubleClosed 5 <br/>
xlGeneral 1 <br/>
xlIcons 1 <br/>
xlDefaultAutoFormat -1 <br/>
xlBidi -5000 <br/>
xlWorksheetShort 5 <br/>
xlScale 3 <br/>
xlClassic3 3 <br/>
xlLocalFormat2 16 <br/>
<b> XlCreator table: 00C92478 </b><br/>
xlCreatorCode 1480803660 <br/>
<b> XlChartGallery table: 00C922E0 </b><br/>
xlAnyGallery 23 <br/>
xlUserDefined 22 <br/>
xlBuiltIn 21 <br/>
<b> XlColorIndex table: 00C921E8 </b><br/>
xlColorIndexNone -4142 <br/>
xlColorIndexAutomatic -4105 <br/>
<b> XlRowCol table: 00C92030 </b><br/>
xlRows 1 <br/>
xlColumns 2 <br/>
<b> XlScaleType table: 00C91F88 </b><br/>
xlScaleLogarithmic -4133 <br/>
xlScaleLinear -4132 <br/>
<b> __TLUAOBJECT_pointer__ userdata: 00C69EE8 </b><br/>
<b> XlRobustConnect table: 00C6CBA0 </b><br/>
xlNever 2 <br/>
xlAsRequired 0 <br/>
xlAlways 1 <br/>
<b> XlAxisGroup table: 00C91B80 </b><br/>
xlSecondary 2 <br/>
xlPrimary 1 <br/>
<b> XlPhoneticCharacterType table: 00C7B558 </b><br/>
xlKatakana 1 <br/>
xlNoConversion 3 <br/>
xlKatakanaHalf 0 <br/>
xlHiragana 2 <br/>
<b> XlEditionFormat table: 00C82488 </b><br/>
xlRTF 4 <br/>
xlVALU 8 <br/>
xlBIFF 2 <br/>
xlPICT 1 <br/>
<b> XlCalculationInterruptKey table: 00C6D2E8 </b><br/>
xlEscKey 1 <br/>
xlAnyKey 2 <br/>
xlNoKey 0 <br/>
<b> XlSortDataOption table: 00C6D1F8 </b><br/>
xlSortNormal 0 <br/>
xlSortTextAsNumbers 1 <br/>
<b> XlPTSelectionMode table: 00C796F8 </b><br/>
xlFirstRow 256 <br/>
xlDataAndLabel 0 <br/>
xlBlanks 4 <br/>
xlLabelOnly 1 <br/>
xlDataOnly 2 <br/>
xlOrigin 3 <br/>
xlButton 15 <br/>
<b> XlPivotTableSourceType table: 00C78B18 </b><br/>
xlScenario 4 <br/>
xlPivotTable -4148 <br/>
xlExternal 2 <br/>
xlConsolidation 3 <br/>
xlDatabase 1 <br/>
<b> XlWindowState table: 00C918C8 </b><br/>
xlMinimized -4140 <br/>
xlNormal -4143 <br/>
xlMaximized -4137 <br/>
<b> XlAxisType table: 00C91780 </b><br/>
xlCategory 1 <br/>
xlValue 2 <br/>
xlSeriesAxis 3 <br/>
<b> XlCorruptLoad table: 00C6CC60 </b><br/>
xlRepairFile 1 <br/>
xlExtractData 2 <br/>
xlNormalLoad 0 <br/>
<b> XlTextQualifier table: 00C65C68 </b><br/>
xlTextQualifierDoubleQuote 1 <br/>
xlTextQualifierSingleQuote 2 <br/>
xlTextQualifierNone -4142 <br/>
<b> XlFormatConditionOperator table: 00C7D8E0 </b><br/>
xlBetween 1 <br/>
xlGreater 5 <br/>
xlNotBetween 2 <br/>
xlLessEqual 8 <br/>
xlEqual 3 <br/>
xlNotEqual 4 <br/>
xlGreaterEqual 7 <br/>
xlLess 6 <br/>
<b> XlBordersIndex table: 00C77D00 </b><br/>
xlDiagonalUp 6 <br/>
xlInsideHorizontal 12 <br/>
xlEdgeRight 10 <br/>
xlInsideVertical 11 <br/>
xlDiagonalDown 5 <br/>
xlEdgeBottom 9 <br/>
xlEdgeTop 8 <br/>
xlEdgeLeft 7 <br/>
<b> XlTickMark table: 00C8D210 </b><br/>
xlTickMarkNone -4142 <br/>
xlTickMarkCross 4 <br/>
xlTickMarkOutside 3 <br/>
xlTickMarkInside 2 <br/>
<b> XlDisplayBlanksAs table: 00C8CC98 </b><br/>
xlNotPlotted 1 <br/>
xlZero 2 <br/>
xlInterpolated 3 <br/>
<b> XlColumnDataType table: 00C6EB30 </b><br/>
xlMDYFormat 3 <br/>
xlDMYFormat 4 <br/>
xlYDMFormat 8 <br/>
xlYMDFormat 5 <br/>
xlMYDFormat 6 <br/>
xlTextFormat 2 <br/>
xlDYMFormat 7 <br/>
xlGeneralFormat 1 <br/>
xlSkipColumn 9 <br/>
xlEMDFormat 10 <br/>
<b> XlArrowHeadStyle table: 00C8CBB0 </b><br/>
xlArrowHeadStyleDoubleOpen 4 <br/>
xlArrowHeadStyleDoubleClosed 5 <br/>
xlArrowHeadStyleOpen 2 <br/>
xlArrowHeadStyleClosed 3 <br/>
xlArrowHeadStyleNone -4142 <br/>
<b> XlArrowHeadWidth table: 00C8CB58 </b><br/>
xlArrowHeadWidthWide 3 <br/>
xlArrowHeadWidthNarrow 1 <br/>
xlArrowHeadWidthMedium -4138 <br/>
<b> XlSortOrientation table: 00C66570 </b><br/>
xlSortRows 2 <br/>
xlSortColumns 1 <br/>
<b> XlLegendPosition table: 00C8C428 </b><br/>
xlLegendPositionRight -4152 <br/>
xlLegendPositionLeft -4131 <br/>
xlLegendPositionCorner 2 <br/>
xlLegendPositionBottom -4107 <br/>
xlLegendPositionTop -4160 <br/>
<b> XlOrientation table: 00C8C020 </b><br/>
xlDownward -4170 <br/>
xlHorizontal -4128 <br/>
xlUpward -4171 <br/>
xlVertical -4166 <br/>
<b> XlPageBreakExtent table: 00C7E190 </b><br/>
xlPageBreakPartial 2 <br/>
xlPageBreakFull 1 <br/>
<b> XlDataSeriesDate table: 00C8B8D0 </b><br/>
xlWeekday 2 <br/>
xlMonth 3 <br/>
xlDay 1 <br/>
xlYear 4 <br/>
<b> XlTrendlineType table: 00C8B3D0 </b><br/>
xlPower 4 <br/>
xlMovingAvg 6 <br/>
xlPolynomial 3 <br/>
xlExponential 5 <br/>
xlLogarithmic -4133 <br/>
xlLinear -4132 <br/>
<b> XlDataSeriesType table: 00C91C78 </b><br/>
xlGrowth 2 <br/>
xlDataSeriesLinear -4132 <br/>
xlChronological 3 <br/>
xlAutoFill 4 <br/>
<b> XlPictureConvertorType table: 00C8A940 </b><br/>
xlPCT 13 <br/>
xlWPG 3 <br/>
xlHGL 6 <br/>
xlPCX 10 <br/>
xlCGM 7 <br/>
xlBMP 1 <br/>
xlPIC 11 <br/>
xlWMF 2 <br/>
xlDRW 4 <br/>
xlDXF 5 <br/>
xlEPS 8 <br/>
xlPLT 12 <br/>
xlTIF 9 <br/>
<b> XlApplyNamesOrder table: 00C78070 </b><br/>
xlColumnThenRow 2 <br/>
xlRowThenColumn 1 <br/>
<b> XlPattern table: 00C89ED8 </b><br/>
xlPatternLightUp 14 <br/>
xlPatternLightVertical 12 <br/>
xlPatternDown -4121 <br/>
xlPatternLightDown 13 <br/>
xlPatternVertical -4166 <br/>
xlPatternSemiGray75 10 <br/>
xlPatternChecker 9 <br/>
xlPatternGray8 18 <br/>
xlPatternSolid 1 <br/>
xlPatternGrid 15 <br/>
xlPatternHorizontal -4128 <br/>
xlPatternAutomatic -4105 <br/>
xlPatternCrissCross 16 <br/>
xlPatternGray50 -4125 <br/>
xlPatternNone -4142 <br/>
xlPatternUp -4162 <br/>
xlPatternGray25 -4124 <br/>
xlPatternGray16 17 <br/>
xlPatternGray75 -4126 <br/>
xlPatternLightHorizontal 11 <br/>
<b> XlListDataType table: 00C6B1F8 </b><br/>
xlListDataTypeCurrency 4 <br/>
xlListDataTypeHyperLink 10 <br/>
xlListDataTypeCheckbox 9 <br/>
xlListDataTypeChoice 6 <br/>
xlListDataTypeDateTime 5 <br/>
xlListDataTypeNone 0 <br/>
xlListDataTypeText 1 <br/>
xlListDataTypeCounter 11 <br/>
xlListDataTypeMultiLineText 2 <br/>
xlListDataTypeChoiceMulti 7 <br/>
xlListDataTypeNumber 3 <br/>
xlListDataTypeMultiLineRichText 12 <br/>
xlListDataTypeListLookup 8 <br/>
<b> XlDataLabelPosition table: 00C88368 </b><br/>
xlLabelPositionMixed 6 <br/>
xlLabelPositionLeft -4131 <br/>
xlLabelPositionInsideEnd 3 <br/>
xlLabelPositionOutsideEnd 2 <br/>
xlLabelPositionBelow 1 <br/>
xlLabelPositionInsideBase 4 <br/>
xlLabelPositionCustom 7 <br/>
xlLabelPositionAbove 0 <br/>
xlLabelPositionBestFit 5 <br/>
xlLabelPositionCenter -4108 <br/>
xlLabelPositionRight -4152 <br/>
<b> XlTimeUnit table: 00C88320 </b><br/>
xlYears 2 <br/>
xlMonths 1 <br/>
xlDays 0 <br/>
<b> XlChartType table: 00C875C0 </b><br/>
xlPyramidBarClustered 109 <br/>
xlAreaStacked 76 <br/>
xl3DBarClustered 60 <br/>
xlCylinderColStacked 93 <br/>
xl3DPie -4102 <br/>
xlStockHLC 88 <br/>
xlLine 4 <br/>
xlSurfaceTopViewWireframe 86 <br/>
xlPyramidCol 112 <br/>
xlLineMarkersStacked100 67 <br/>
xlBubble 15 <br/>
xlConeBarStacked 103 <br/>
xlPieExploded 69 <br/>
xlDoughnutExploded 80 <br/>
xlRadarFilled 82 <br/>
xlRadar -4151 <br/>
xlXYScatterLinesNoMarkers 75 <br/>
xlColumnStacked 52 <br/>
xl3DLine -4101 <br/>
xlSurfaceTopView 85 <br/>
xlColumnClustered 51 <br/>
xl3DAreaStacked100 79 <br/>
xlPyramidColStacked100 108 <br/>
xlConeCol 105 <br/>
xlPyramidBarStacked 110 <br/>
xlBubble3DEffect 87 <br/>
xlLineStacked100 64 <br/>
xlDoughnut -4120 <br/>
xlConeColStacked 100 <br/>
xlStockOHLC 89 <br/>
xlConeColStacked100 101 <br/>
xl3DColumnStacked 55 <br/>
xlStockVHLC 90 <br/>
xlXYScatter -4169 <br/>
xlBarStacked 58 <br/>
xl3DColumnClustered 54 <br/>
xl3DBarStacked100 62 <br/>
xlPieOfPie 68 <br/>
xlBarOfPie 71 <br/>
xlCylinderCol 98 <br/>
xlArea 1 <br/>
xlXYScatterSmooth 72 <br/>
xlSurfaceWireframe 84 <br/>
xlSurface 83 <br/>
xl3DAreaStacked 78 <br/>
xl3DArea -4098 <br/>
xlLineMarkersStacked 66 <br/>
xlRadarMarkers 81 <br/>
xlConeBarStacked100 104 <br/>
xlCylinderColStacked100 94 <br/>
xlColumnStacked100 53 <br/>
xlBarClustered 57 <br/>
xlBarStacked100 59 <br/>
xlPie 5 <br/>
xl3DBarStacked 61 <br/>
xlPyramidColClustered 106 <br/>
xlLineMarkers 65 <br/>
xlLineStacked 63 <br/>
xlConeColClustered 99 <br/>
xlStockVOHLC 91 <br/>
xlCylinderColClustered 92 <br/>
xlCylinderBarStacked100 97 <br/>
xlPyramidBarStacked100 111 <br/>
xl3DColumn -4100 <br/>
xl3DPieExploded 70 <br/>
xlConeBarClustered 102 <br/>
xlXYScatterSmoothNoMarkers 73 <br/>
xlAreaStacked100 77 <br/>
xl3DColumnStacked100 56 <br/>
xlXYScatterLines 74 <br/>
xlCylinderBarStacked 96 <br/>
xlCylinderBarClustered 95 <br/>
xlPyramidColStacked 107 <br/>
<b> XlSizeRepresents table: 00C867F8 </b><br/>
xlSizeIsWidth 2 <br/>
xlSizeIsArea 1 <br/>
<b> XlFindLookIn table: 00C859C8 </b><br/>
xlFormulas -4123 <br/>
xlComments -4144 <br/>
xlValues -4163 <br/>
<b> XlDeleteShiftDirection table: 00C86700 </b><br/>
xlShiftUp -4162 <br/>
xlShiftToLeft -4159 <br/>
<b> XlConsolidationFunction table: 00C86110 </b><br/>
xlSum -4157 <br/>
xlCountNums -4113 <br/>
xlCount -4112 <br/>
xlProduct -4149 <br/>
xlMax -4136 <br/>
xlStDevP -4156 <br/>
xlUnknown 1000 <br/>
xlStDev -4155 <br/>
xlAverage -4106 <br/>
xlVarP -4165 <br/>
xlVar -4164 <br/>
xlMin -4139 <br/>
<b> XlLinkInfoType table: 00C827C8 </b><br/>
xlLinkInfoSubscribers 6 <br/>
xlLinkInfoPublishers 5 <br/>
xlLinkInfoOLELinks 2 <br/>
<b> XlDirection table: 00C86618 </b><br/>
xlToRight -4161 <br/>
xlDown -4121 <br/>
xlUp -4162 <br/>
xlToLeft -4159 <br/>
<b> XlSheetType table: 00C85FE8 </b><br/>
xlWorksheet -4167 <br/>
xlChart -4109 <br/>
xlDialogSheet -4116 <br/>
xlExcel4MacroSheet 3 <br/>
xlExcel4IntlMacroSheet 4 <br/>
<b> XlPivotFormatType table: 00C6F140 </b><br/>
xlTable9 18 <br/>
xlReport2 1 <br/>
xlTable3 12 <br/>
xlPTNone 21 <br/>
xlReport7 6 <br/>
xlTable10 19 <br/>
xlTable7 16 <br/>
xlTable2 11 <br/>
xlTable5 14 <br/>
xlReport3 2 <br/>
xlTable4 13 <br/>
xlReport1 0 <br/>
xlTable6 15 <br/>
xlTable1 10 <br/>
xlReport10 9 <br/>
xlTable8 17 <br/>
xlPTClassic 20 <br/>
xlReport9 8 <br/>
xlReport4 3 <br/>
xlReport5 4 <br/>
xlReport6 5 <br/>
xlReport8 7 <br/>
<b> XlSummaryColumn table: 00C66080 </b><br/>
xlSummaryOnRight -4152 <br/>
xlSummaryOnLeft -4131 <br/>
<b> XlInsertShiftDirection table: 00C86750 </b><br/>
xlShiftToRight -4161 <br/>
xlShiftDown -4121 <br/>
<b> XlSearchDirection table: 00C6E258 </b><br/>
xlNext 1 <br/>
xlPrevious 2 <br/>
<b> XlListConflict table: 00C6A480 </b><br/>
xlListConflictDialog 0 <br/>
xlListConflictRetryAllConflicts 1 <br/>
xlListConflictDiscardAllConflicts 2 <br/>
xlListConflictError 3 <br/>
<b> XlLinkStatus table: 00C6CE58 </b><br/>
xlLinkStatusIndeterminate 5 <br/>
xlLinkStatusInvalidName 7 <br/>
xlLinkStatusOK 0 <br/>
xlLinkStatusNotStarted 6 <br/>
xlLinkStatusSourceOpen 9 <br/>
xlLinkStatusCopiedValues 10 <br/>
xlLinkStatusSourceNotOpen 8 <br/>
xlLinkStatusMissingFile 1 <br/>
xlLinkStatusMissingSheet 2 <br/>
xlLinkStatusOld 3 <br/>
xlLinkStatusSourceNotCalculated 4 <br/>
<b> XlCopyPictureFormat table: 00C78DD8 </b><br/>
xlPicture -4147 <br/>
xlBitmap 2 <br/>
<b> XlCutCopyMode table: 00C78578 </b><br/>
xlCopy 1 <br/>
xlCut 2 <br/>
<b> XlFilterAction table: 00C782E8 </b><br/>
xlFilterCopy 2 <br/>
xlFilterInPlace 1 <br/>
<b> XlSearchOrder table: 00C6E208 </b><br/>
xlByRows 1 <br/>
xlByColumns 2 <br/>
<b> XlOLEVerb table: 00C82F58 </b><br/>
xlVerbOpen 2 <br/>
xlVerbPrimary 1 <br/>
<b> XlLinkType table: 00C78110 </b><br/>
xlLinkTypeExcelLinks 1 <br/>
xlLinkTypeOLELinks 2 <br/>
<b> XlXmlExportResult table: 00C69EF8 </b><br/>
xlXmlExportValidationFailed 1 <br/>
xlXmlExportSuccess 0 <br/>
<b> XlPrintLocation table: 00C7ABC0 </b><br/>
xlPrintSheetEnd 1 <br/>
xlPrintInPlace 16 <br/>
xlPrintNoComments -4142 <br/>
<b> XlEnableCancelKey table: 00C835A0 </b><br/>
xlDisabled 0 <br/>
xlErrorHandler 2 <br/>
xlInterrupt 1 <br/>
<b> XlPageBreak table: 00C83550 </b><br/>
xlPageBreakManual -4135 <br/>
xlPageBreakAutomatic -4105 <br/>
xlPageBreakNone -4142 <br/>
<b> XlParameterType table: 00C70C58 </b><br/>
xlPrompt 0 <br/>
xlRange 2 <br/>
xlConstant 1 <br/>
<b> XlTextVisualLayoutType table: 00C6B258 </b><br/>
xlTextVisualRTL 2 <br/>
xlTextVisualLTR 1 <br/>
<b> XlPageOrientation table: 00C83318 </b><br/>
xlPortrait 1 <br/>
xlLandscape 2 <br/>
<b> XlLineStyle table: 00C8B148 </b><br/>
xlDouble -4119 <br/>
xlDashDotDot 5 <br/>
xlSlantDashDot 13 <br/>
xlDash -4115 <br/>
xlContinuous 1 <br/>
xlLineStyleNone -4142 <br/>
xlDot -4118 <br/>
xlDashDot 4 <br/>
<b> XlRoutingSlipStatus table: 00C791C8 </b><br/>
xlRoutingInProgress 1 <br/>
xlRoutingComplete 2 <br/>
xlNotYetRouted 0 <br/>
<b> XlClipboardFormat table: 00C7FBA8 </b><br/>
xlClipboardFormatBinary 15 <br/>
xlClipboardFormatVALU 1 <br/>
xlClipboardFormatLink 11 <br/>
xlClipboardFormatEmbedSource 22 <br/>
xlClipboardFormatLinkSourceDesc 32 <br/>
xlClipboardFormatBIFF 8 <br/>
xlClipboardFormatToolFacePICT 26 <br/>
xlClipboardFormatRTF 7 <br/>
xlClipboardFormatStandardScale 27 <br/>
xlClipboardFormatSYLK 6 <br/>
xlClipboardFormatScreenPICT 29 <br/>
xlClipboardFormatDIF 4 <br/>
xlClipboardFormatBitmap 9 <br/>
xlClipboardFormatWK1 10 <br/>
xlClipboardFormatBIFF3 20 <br/>
xlClipboardFormatOwnerLink 17 <br/>
xlClipboardFormatTable 16 <br/>
xlClipboardFormatPrintPICT 3 <br/>
xlClipboardFormatCSV 5 <br/>
xlClipboardFormatBIFF2 18 <br/>
xlClipboardFormatLinkSource 23 <br/>
xlClipboardFormatStandardFont 28 <br/>
xlClipboardFormatText 0 <br/>
xlClipboardFormatEmbeddedObject 21 <br/>
xlClipboardFormatObjectLink 19 <br/>
xlClipboardFormatBIFF4 30 <br/>
xlClipboardFormatToolFace 25 <br/>
xlClipboardFormatCGM 13 <br/>
xlClipboardFormatMovie 24 <br/>
xlClipboardFormatPICT 2 <br/>
xlClipboardFormatDspText 12 <br/>
xlClipboardFormatObjectDesc 31 <br/>
xlClipboardFormatNative 14 <br/>
<b> XlPivotCellType table: 00C6D7A0 </b><br/>
xlPivotCellSubtotal 2 <br/>
xlPivotCellPivotField 5 <br/>
xlPivotCellPageFieldItem 6 <br/>
xlPivotCellBlankCell 9 <br/>
xlPivotCellValue 0 <br/>
xlPivotCellPivotItem 1 <br/>
xlPivotCellCustomSubtotal 7 <br/>
xlPivotCellDataPivotField 8 <br/>
xlPivotCellDataField 4 <br/>
xlPivotCellGrandTotal 3 <br/>
<b> XlMailSystem table: 00C828A8 </b><br/>
xlPowerTalk 2 <br/>
xlMAPI 1 <br/>
xlNoMailSystem 0 <br/>
<b> XlPasteSpecialOperation table: 00C7BD98 </b><br/>
xlPasteSpecialOperationAdd 2 <br/>
xlPasteSpecialOperationNone -4142 <br/>
xlPasteSpecialOperationDivide 5 <br/>
xlPasteSpecialOperationMultiply 4 <br/>
xlPasteSpecialOperationSubtract 3 <br/>
<b> XlDataLabelSeparator table: 00C6C7A0 </b><br/>
xlDataLabelSeparatorDefault 1 <br/>
<b> XlCommandUnderlines table: 00C82FA8 </b><br/>
xlCommandUnderlinesOff -4146 <br/>
xlCommandUnderlinesOn 1 <br/>
xlCommandUnderlinesAutomatic -4105 <br/>
<b> XlReferenceType table: 00C794C8 </b><br/>
xlAbsRowRelColumn 2 <br/>
xlAbsolute 1 <br/>
xlRelative 4 <br/>
xlRelRowAbsColumn 3 <br/>
<b> XlObjectSize table: 00C82A80 </b><br/>
xlFitToPage 2 <br/>
xlFullPage 3 <br/>
xlScreenSize 1 <br/>
<b> XlArrowHeadLength table: 00C916A0 </b><br/>
xlArrowHeadLengthLong 3 <br/>
xlArrowHeadLengthMedium -4138 <br/>
xlArrowHeadLengthShort 1 <br/>
<b> XlPivotFieldOrientation table: 00C7B330 </b><br/>
xlPageField 3 <br/>
xlDataField 4 <br/>
xlHidden 0 <br/>
xlRowField 1 <br/>
xlColumnField 2 <br/>
<b> XlCmdType table: 00C6F020 </b><br/>
xlCmdTable 3 <br/>
xlCmdCube 1 <br/>
xlCmdList 5 <br/>
xlCmdDefault 4 <br/>
xlCmdSql 2 <br/>
<b> XlFileAccess table: 00C82CB8 </b><br/>
xlReadWrite 2 <br/>
xlReadOnly 3 <br/>
<b> XlHebrewModes table: 00C6BAA8 </b><br/>
xlHebrewMixedScript 2 <br/>
xlHebrewMixedAuthorizedScript 3 <br/>
xlHebrewPartialScript 1 <br/>
xlHebrewFullScript 0 <br/>
<b> XlPriority table: 00C79F78 </b><br/>
xlPriorityNormal -4143 <br/>
xlPriorityLow -4134 <br/>
xlPriorityHigh -4127 <br/>
<b> XlCalculatedMemberType table: 00C6BB08 </b><br/>
xlCalculatedMember 0 <br/>
xlCalculatedSet 1 <br/>
<b> XlLink table: 00C81E20 </b><br/>
xlExcelLinks 1 <br/>
xlOLELinks 2 <br/>
xlPublishers 5 <br/>
xlSubscribers 6 <br/>
<b> XlCellType table: 00C81DC0 </b><br/>
xlCellTypeComments -4144 <br/>
xlCellTypeVisible 12 <br/>
xlCellTypeAllValidation -4174 <br/>
xlCellTypeSameValidation -4175 <br/>
xlCellTypeSameFormatConditions -4173 <br/>
xlCellTypeFormulas -4123 <br/>
xlCellTypeAllFormatConditions -4172 <br/>
xlCellTypeLastCell 11 <br/>
xlCellTypeConstants 2 <br/>
xlCellTypeBlanks 4 <br/>
<b> XlSubscribeToFormat table: 00C661C0 </b><br/>
xlSubscribeToText -4158 <br/>
xlSubscribeToPicture -4147 <br/>
<b> XlChartLocation table: 00C7C6B8 </b><br/>
xlLocationAsNewSheet 1 <br/>
xlLocationAutomatic 3 <br/>
xlLocationAsObject 2 <br/>
<b> XlQueryType table: 00C6E960 </b><br/>
xlODBCQuery 1 <br/>
xlADORecordset 7 <br/>
xlWebQuery 4 <br/>
xlDAORecordset 2 <br/>
xlOLEDBQuery 5 <br/>
xlTextImport 6 <br/>
<b> XlTextParsingType table: 00C65CC8 </b><br/>
xlDelimited 1 <br/>
xlFixedWidth 2 <br/>
<b> XlPaperSize table: 00C7BF00 </b><br/>
xlPaperStatement 6 <br/>
xlPaperEnvelopePersonal 38 <br/>
xlPaperTabloid 3 <br/>
xlPaperDsheet 25 <br/>
xlPaperEnvelopeB6 35 <br/>
xlPaperEnvelopeC65 32 <br/>
xlPaperQuarto 15 <br/>
xlPaperEnvelope9 19 <br/>
xlPaperEnvelopeC4 30 <br/>
xlPaperEnvelopeC6 31 <br/>
xlPaperEnvelope11 21 <br/>
xlPaperA4 9 <br/>
xlPaperLetter 1 <br/>
xlPaperLedger 4 <br/>
xlPaperEnvelopeMonarch 37 <br/>
xlPaperFanfoldStdGerman 40 <br/>
xlPaperEnvelope14 23 <br/>
xlPaperEnvelope10 20 <br/>
xlPaper10x14 16 <br/>
xlPaper11x17 17 <br/>
xlPaperFanfoldLegalGerman 41 <br/>
xlPaperA5 11 <br/>
xlPaperLetterSmall 2 <br/>
xlPaperA4Small 10 <br/>
xlPaperA3 8 <br/>
xlPaperEsheet 26 <br/>
xlPaperEnvelopeC5 28 <br/>
xlPaperFanfoldUS 39 <br/>
xlPaperB4 12 <br/>
xlPaperB5 13 <br/>
xlPaperNote 18 <br/>
xlPaperLegal 5 <br/>
xlPaperFolio 14 <br/>
xlPaperCsheet 24 <br/>
xlPaperEnvelope12 22 <br/>
xlPaperEnvelopeB4 33 <br/>
xlPaperEnvelopeDL 27 <br/>
xlPaperEnvelopeB5 34 <br/>
xlPaperExecutive 7 <br/>
xlPaperEnvelopeC3 29 <br/>
xlPaperEnvelopeItaly 36 <br/>
xlPaperUser 256 <br/>
<b> XlImportDataAs table: 00C6BCF8 </b><br/>
xlQueryTable 0 <br/>
xlPivotTableReport 1 <br/>
<b> XlFormatConditionType table: 00C7DC88 </b><br/>
xlCellValue 1 <br/>
xlExpression 2 <br/>
<b> XlMousePointer table: 00C81B38 </b><br/>
xlWait 2 <br/>
xlNorthwestArrow 1 <br/>
xlDefault -4143 <br/>
xlIBeam 3 <br/>
<b> XlBuiltInDialog table: 00C70D18 </b><br/>
xlDialogCalculation 32 <br/>
xlDialogDataValidation 525 <br/>
xlDialogAutoCorrect 485 <br/>
xlDialogOverlay 86 <br/>
xlDialogZoom 256 <br/>
xlDialogSetBackgroundPicture 509 <br/>
xlDialogSubtotalCreate 398 <br/>
xlDialogMyPermission 834 <br/>
xlDialogInsertHyperlink 596 <br/>
xlDialogFormatText 89 <br/>
xlDialogImportTextFile 666 <br/>
xlDialogWebOptionsBrowsers 773 <br/>
xlDialogChartOptionsDataLabels 505 <br/>
xlDialogAlignment 43 <br/>
xlDialogOverlayChartType 186 <br/>
xlDialogApplyStyle 212 <br/>
xlDialogProtectSharing 620 <br/>
xlDialogEditionOptions 251 <br/>
xlDialogStandardWidth 472 <br/>
xlDialogFileDelete 6 <br/>
xlDialogChartAddData 392 <br/>
xlDialogPasteNames 58 <br/>
xlDialogMenuEditor 322 <br/>
xlDialogPivotTableOptions 567 <br/>
xlDialogDataLabel 379 <br/>
xlDialogScale 87 <br/>
xlDialogWebOptionsFiles 684 <br/>
xlDialogPrinterSetup 9 <br/>
xlDialogArrangeAll 12 <br/>
xlDialogWindowSize 13 <br/>
xlDialogWindowMove 14 <br/>
xlDialogRun 17 <br/>
xlDialogSetPrintTitles 23 <br/>
xlDialogFormatFont 150 <br/>
xlDialogSummaryInfo 474 <br/>
xlDialogPivotCalculatedItem 572 <br/>
xlDialogGallery3dArea 193 <br/>
xlDialogFormatMove 128 <br/>
xlDialogOptionsCalculation 318 <br/>
xlDialogGalleryArea 67 <br/>
xlDialogDisplay 27 <br/>
xlDialogWorkbookProtect 417 <br/>
xlDialogClear 52 <br/>
xlDialogOptionsGeneral 356 <br/>
xlDialogWorkbookName 386 <br/>
xlDialogProtectDocument 28 <br/>
xlDialogDeleteFormat 111 <br/>
xlDialogExtract 35 <br/>
xlDialogDataDelete 36 <br/>
xlDialogSort 39 <br/>
xlDialogDataSeries 40 <br/>
xlDialogSeriesY 462 <br/>
xlDialogVbaInsertFile 328 <br/>
xlDialogFormulaFind 64 <br/>
xlDialogFormatNumber 42 <br/>
xlDialogPropertyFields 754 <br/>
xlDialogWebOptionsGeneral 683 <br/>
xlDialogUpdateLink 201 <br/>
xlDialogFormulaGoto 63 <br/>
xlDialogWorkgroup 199 <br/>
xlDialogFilterAdvanced 370 <br/>
xlDialogAddinManager 321 <br/>
xlDialogColumnWidth 47 <br/>
xlDialogOptionsTransition 355 <br/>
xlDialogSearch 731 <br/>
xlDialogPivotFieldGroup 433 <br/>
xlDialogAddChartAutoformat 390 <br/>
xlDialogPasteSpecial 53 <br/>
xlDialogEditDelete 54 <br/>
xlDialogFileSharing 481 <br/>
xlDialogVbaMakeAddin 478 <br/>
xlDialogGalleryScatter 72 <br/>
xlDialogInsert 55 <br/>
xlDialogListboxProperties 437 <br/>
xlDialogSendMail 189 <br/>
xlDialogDataLabelMultiple 723 <br/>
xlDialogPrint 8 <br/>
xlDialogGridlines 76 <br/>
xlDialogAttachToolbars 323 <br/>
xlDialogDefineName 61 <br/>
xlDialogSeriesOptions 557 <br/>
xlDialogCreateNames 62 <br/>
xlDialogBorder 45 <br/>
xlDialogFormatCharttype 423 <br/>
xlDialogTable 41 <br/>
xlDialogApplyNames 133 <br/>
xlDialogGalleryBar 68 <br/>
xlDialogGalleryColumn 69 <br/>
xlDialogPermission 832 <br/>
xlDialogTextToColumns 422 <br/>
xlDialogChangeLink 166 <br/>
xlDialogVbaProcedureDefinition 330 <br/>
xlDialogMailNextLetter 378 <br/>
xlDialogGalleryCustom 388 <br/>
xlDialogGalleryDoughnut 344 <br/>
xlDialogSeriesX 461 <br/>
xlDialogGalleryLine 70 <br/>
xlDialogWorkbookUnhide 384 <br/>
xlDialogScenarioMerge 473 <br/>
xlDialogPivotSolveOrder 568 <br/>
xlDialogGalleryPie 71 <br/>
xlDialogFormulaReplace 130 <br/>
xlDialogGallery3dBar 272 <br/>
xlDialogAttachText 80 <br/>
xlDialogCreatePublisher 217 <br/>
xlDialogDeleteName 110 <br/>
xlDialogConditionalFormatting 583 <br/>
xlDialogShowToolbar 220 <br/>
xlDialogErrorbarX 463 <br/>
xlDialogFillWorkgroup 301 <br/>
xlDialogEditboxProperties 438 <br/>
xlDialogAssignToTool 293 <br/>
xlDialogMainChart 85 <br/>
xlDialogGallery3dLine 195 <br/>
xlDialogChartOptionsDataTable 506 <br/>
xlDialogEditSeries 228 <br/>
xlDialogFilter 447 <br/>
xlDialogParse 91 <br/>
xlDialogOpenText 441 <br/>
xlDialogUnhide 94 <br/>
xlDialogCreateList 796 <br/>
xlDialogChartLocation 527 <br/>
xlDialogMove 262 <br/>
xlDialogWorkspace 95 <br/>
xlDialogActivate 103 <br/>
xlDialogGallery3dSurface 273 <br/>
xlDialogCopyPicture 108 <br/>
xlDialogPivotClientServerSet 689 <br/>
xlDialogFormatChart 465 <br/>
xlDialogWorkbookOptions 284 <br/>
xlDialogErrorbarY 464 <br/>
xlDialogNew 119 <br/>
xlDialogScrollbarProperties 420 <br/>
xlDialogCustomizeToolbar 276 <br/>
xlDialogFont 26 <br/>
xlDialogOptionsView 320 <br/>
xlDialogFormatSize 129 <br/>
xlDialogPivotFieldUngroup 434 <br/>
xlDialogCombination 73 <br/>
xlDialogSelectSpecial 132 <br/>
xlDialogObjectProperties 207 <br/>
xlDialogWorkbookTabSplit 415 <br/>
xlDialogFindFile 475 <br/>
_xlDialogChartSourceData 541 <br/>
xlDialogReplaceFont 134 <br/>
xlDialogSplit 137 <br/>
xlDialogGoalSeek 198 <br/>
xlDialogOutline 142 <br/>
xlDialogEditColor 223 <br/>
xlDialogSaveWorkbook 145 <br/>
xlDialogPhonetic 656 <br/>
xlDialogStandardFont 190 <br/>
xlDialogPivotShowPages 421 <br/>
xlDialogAxes 78 <br/>
xlDialogSetUpdateStatus 159 <br/>
xlDialogInsertObject 259 <br/>
xlDialogColorPalette 161 <br/>
xlDialogWebOptionsFonts 687 <br/>
xlDialogNewWebQuery 667 <br/>
xlDialogAppSize 171 <br/>
xlDialogFormatLegend 88 <br/>
xlDialogPrintPreview 222 <br/>
xlDialogChartSourceData 540 <br/>
xlDialogSortSpecial 192 <br/>
xlDialogPlacement 300 <br/>
xlDialogChartOptionsDataLabelMultiple 724 <br/>
xlDialogGallery3dColumn 194 <br/>
xlDialogGallery3dPie 196 <br/>
xlDialogPivotFieldProperties 313 <br/>
xlDialogWorkbookMove 282 <br/>
xlDialogProperties 474 <br/>
xlDialogDefineStyle 229 <br/>
xlDialogPromote 202 <br/>
xlDialogCellProtection 46 <br/>
xlDialogInsertPicture 342 <br/>
xlDialogFillGroup 200 <br/>
xlDialogPivotCalculatedField 570 <br/>
xlDialogView3d 197 <br/>
xlDialogDemote 203 <br/>
xlDialogShowDetail 204 <br/>
xlDialogSaveNewObject 208 <br/>
xlDialogChartType 526 <br/>
xlDialogCheckboxProperties 435 <br/>
xlDialogFunctionWizard 450 <br/>
xlDialogOpenLinks 2 <br/>
xlDialogOptionsListsAdd 458 <br/>
xlDialogAssignToObject 213 <br/>
xlDialogObjectProtection 214 <br/>
xlDialogPatterns 84 <br/>
xlDialogSubscribeTo 218 <br/>
_xlDialogPhonetic 538 <br/>
xlDialogOpenMail 188 <br/>
xlDialogFormatMain 225 <br/>
xlDialogFormatOverlay 226 <br/>
xlDialogScenarioAdd 307 <br/>
xlDialogGalleryRadar 249 <br/>
xlDialogErrorChecking 732 <br/>
xlDialogSaveAs 5 <br/>
xlDialogConsolidate 191 <br/>
xlDialogPushbuttonProperties 445 <br/>
xlDialogFormatAuto 269 <br/>
xlDialogNote 154 <br/>
xlDialogRowHeight 127 <br/>
xlDialogTabOrder 394 <br/>
xlDialogWorkbookAdd 281 <br/>
xlDialogSeriesShape 504 <br/>
xlDialogEvaluateFormula 709 <br/>
xlDialogAppMove 170 <br/>
xlDialogExternalDataProperties 530 <br/>
xlDialogCustomViews 493 <br/>
xlDialogSeriesAxes 460 <br/>
xlDialogSaveWorkspace 285 <br/>
xlDialogInsertTitle 380 <br/>
xlDialogPivotTableWizard 312 <br/>
xlDialogChartWizard 288 <br/>
xlDialogWorkbookInsert 354 <br/>
xlDialogScenarioSummary 311 <br/>
xlDialogOptionsEdit 319 <br/>
xlDialogWebOptionsEncoding 686 <br/>
xlDialogScenarioCells 305 <br/>
xlDialogScenarioEdit 308 <br/>
xlDialogFontProperties 381 <br/>
xlDialogCopyChart 147 <br/>
xlDialogOpen 1 <br/>
xlDialogActiveCellFont 476 <br/>
xlDialogWorkbookNew 302 <br/>
xlDialogSaveCopyAs 456 <br/>
xlDialogOptionsME 647 <br/>
xlDialogChartTrend 350 <br/>
xlDialogMailLogon 339 <br/>
xlDialogOptionsChart 325 <br/>
xlDialogRoutingSlip 336 <br/>
xlDialogPublishAsWebPage 653 <br/>
xlDialogInsertNameLabel 496 <br/>
xlDialogWorkbookCopy 283 <br/>
xlDialogMainChartType 185 <br/>
xlDialogSize 261 <br/>
xlDialogWebOptionsPictures 685 <br/>
xlDialogStyle 44 <br/>
xlDialogSeriesOrder 466 <br/>
xlDialogMacroOptions 382 <br/>
xlDialogLabelProperties 436 <br/>
xlDialogMailEditMailer 470 <br/>
xlDialogPageSetup 7 <br/>
<b> XlArabicModes table: 00C6BDE8 </b><br/>
xlArabicBothStrict 3 <br/>
xlArabicStrictAlefHamza 1 <br/>
xlArabicNone 0 <br/>
xlArabicStrictFinalYaa 2 <br/>
<b> XlPlacement table: 00C7AE60 </b><br/>
xlMove 2 <br/>
xlFreeFloating 3 <br/>
xlMoveAndSize 1 <br/>
<b> XlArrangeStyle table: 00C81C20 </b><br/>
xlArrangeStyleCascade 7 <br/>
xlArrangeStyleHorizontal -4128 <br/>
xlArrangeStyleTiled 1 <br/>
xlArrangeStyleVertical -4166 <br/>
<b> XlTotalsCalculation table: 00C6AC08 </b><br/>
xlTotalsCalculationCount 3 <br/>
xlTotalsCalculationStdDev 7 <br/>
xlTotalsCalculationCountNums 4 <br/>
xlTotalsCalculationAverage 2 <br/>
xlTotalsCalculationVar 8 <br/>
xlTotalsCalculationMin 5 <br/>
xlTotalsCalculationSum 1 <br/>
xlTotalsCalculationNone 0 <br/>
xlTotalsCalculationMax 6 <br/>
<b> XlCommentDisplayMode table: 00C7DCD8 </b><br/>
xlNoIndicator 0 <br/>
xlCommentIndicatorOnly -1 <br/>
xlCommentAndIndicator 1 <br/>
<b> XlSaveConflictResolution table: 00C6E300 </b><br/>
xlOtherSessionChanges 3 <br/>
xlUserResolution 1 <br/>
xlLocalSessionChanges 2 <br/>
<b> XlSmartTagDisplayMode table: 00C6C1E0 </b><br/>
xlDisplayNone 1 <br/>
xlIndicatorAndButton 0 <br/>
xlButtonOnly 2 <br/>
<b> XlVAlign table: 00C913E8 </b><br/>
xlVAlignTop -4160 <br/>
xlVAlignBottom -4107 <br/>
xlVAlignDistributed -4117 <br/>
xlVAlignCenter -4108 <br/>
xlVAlignJustify -4130 <br/>
<b> XlEnableSelection table: 00C7D890 </b><br/>
xlUnlockedCells 1 <br/>
xlNoRestrictions 0 <br/>
xlNoSelection -4142 <br/>
<b> XlCellInsertionMode table: 00C7E138 </b><br/>
xlInsertDeleteCells 1 <br/>
xlOverwriteCells 0 <br/>
xlInsertEntireRows 2 <br/>
<b> XlParameterDataType table: 00C70228 </b><br/>
xlParamTypeBigInt -5 <br/>
xlParamTypeInteger 4 <br/>
xlParamTypeDouble 8 <br/>
xlParamTypeChar 1 <br/>
xlParamTypeVarChar 12 <br/>
xlParamTypeBinary -2 <br/>
xlParamTypeDecimal 3 <br/>
xlParamTypeTinyInt -6 <br/>
xlParamTypeLongVarChar -1 <br/>
xlParamTypeSmallInt 5 <br/>
xlParamTypeUnknown 0 <br/>
xlParamTypeTime 10 <br/>
xlParamTypeReal 7 <br/>
xlParamTypeWChar -8 <br/>
xlParamTypeNumeric 2 <br/>
xlParamTypeFloat 6 <br/>
xlParamTypeVarBinary -3 <br/>
xlParamTypeTimestamp 11 <br/>
xlParamTypeLongVarBinary -4 <br/>
xlParamTypeBit -7 <br/>
xlParamTypeDate 9 <br/>
<b> XlAxisCrosses table: 00C91C20 </b><br/>
xlAxisCrossesAutomatic -4105 <br/>
xlAxisCrossesCustom -4114 <br/>
xlAxisCrossesMinimum 4 <br/>
xlAxisCrossesMaximum 2 <br/>
<b> XlSaveAction table: 00C6E6A8 </b><br/>
xlSaveChanges 1 <br/>
xlDoNotSaveChanges 2 <br/>
<b> XlYesNoGuess table: 00C77FA8 </b><br/>
xlNo 2 <br/>
xlGuess 0 <br/>
xlYes 1 <br/>
<b> XlBackground table: 00C91A18 </b><br/>
xlBackgroundTransparent 2 <br/>
xlBackgroundAutomatic -4105 <br/>
xlBackgroundOpaque 3 <br/>
<b> XlXmlLoadOption table: 00C6ABB8 </b><br/>
xlXmlLoadPromptUser 0 <br/>
xlXmlLoadMapXml 3 <br/>
xlXmlLoadOpenXml 1 <br/>
xlXmlLoadImportToList 2 <br/>
<b> XlXLMMacroType table: 00C65898 </b><br/>
xlCommand 2 <br/>
xlFunction 1 <br/>
xlNotXLM 3 <br/>
<b> XlListObjectSourceType table: 00C6B738 </b><br/>
xlSrcExternal 0 <br/>
xlSrcRange 1 <br/>
xlSrcXml 2 <br/>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值