Excel VBA常数变量集合

WinThor_5465 25 0 TXT 2021-04-19 06:04:59

Excel VBA常数变量集合,部分示例如下: Public Const xlAll = &HFFFFEFF8 Public Const xlAutomatic = &HFFFFEFF7 Public Const xlBoth = 1 Public Const xlCenter = &HFFFFEFF4 Public Const xlChecker = 9 Public Const xlCircle = 8 Public Const xlCorner = 2 Public Const xlCrissCross = 16 Public Const xlCross = 4 Public Const xlDiamond = 2 Public Const xlDistributed = &HFFFFEFEB Public Const xlDoubleAccounting = 5 Public Const xlFixedValue = 1 Public Const xlFormats = &HFFFFEFE6 Public Const xlGray16 = 17 Public Const xlGray8 = 18 Public Const xlGrid = 15 Public Const xlHigh = &HFFFFEFE1 Public Const xlInside = 2 Public Const xlJustify = &HFFFFEFDE Public Const xlLightDown = 13 Public Const xlLightHorizontal = 11 Public Const xlLightUp = 14 Public Const xlLightVertical = 12 Public Const xlLow = &HFFFFEFDA Public Const xlManual = &HFFFFEFD9 Public Const xlMinusValues = 3 Public Const xlModule = &HFFFFEFD3 Public Const xlNextToAxis = 4 Public Const xlNone = &HFFFFEFD2 Public Const xlNotes = &HFFFFEFD0 Public Const xlOff = &HFFFFEFCE Public Const xlOn = 1 Public Const xlPercent = 2 Public Const xlPlus = 9 Public Const xlPlusValues = 2 Public Const xlSemiGray75 = 10 Public Const xlShowLabel = 4 Public Const xlShowLabelAndPercent = 5 Public Const xlShowPercent = 3 Public Const xlShowValue = 2 Public Const xlSimple = &HFFFFEFC6 Public Const xlSingle = 2 Public Const xlSingleAccounting = 4 Public Const xlSolid = 1 Public Const xlSquare = 1 Public Const xlStar = 5 Public Const xlStError = 4 Public Const xlToolbarButton = 2 Public Const xlTriangle = 3 Public Const xlGray25 = &HFFFFEFE4 Public Const xlGray50 = &HFFFFEFE3 Public Const xlGray75 = &HFFFFEFE2 Public Const xlBottom = &HFFFFEFF5 Public Const xlLeft = &HFFFFEFDD Public Const xlRight = &HFFFFEFC8 Public Const xlTop = &H

用户评论
请输入评论内容
评分:
暂无评论