List structure defining several constants used across XLConnect.
目录结构定义几个常量用于跨XLConnect。
格式----------Format----------
The format is:
其格式为:
Details
详细信息----------Details----------
The XLC list structure defines several constants used throughout XLConnect. The general convention for enumeration types is to address corresponding constants via <VAR>XLC$"<ENUM_TYPE>.<VALUE>"</VAR> where <VAR><ENUM_TYPE></VAR> specifies the name of the enumeration and <VAR><VALUE></VAR> specifies a corresponding enumeration value. An example is XLC$"COLOR.RED" where "COLOR" is the enumeration type and "RED" is the corresponding color enumeration value.
用于整个XLC的XLConnect列表结构定义了几个常量。为枚举类型的一般惯例是通过<VAR> XLC“<ENUM_TYPE>。<VALUE>”</ VAR>其中<VAR> <ENUM_TYPE> </ VAR>指定名称的地址对应的常量枚举和<VAR> <VALUE> </ VAR>指定一个对应的枚举值。一个例子是XLC$"COLOR.RED"“COLOR”是枚举类型,“RED”是相应颜色的枚举值。
(作者)----------Author(s)----------
Martin Studer<br>
Mirai Solutions GmbH <a href="http://www.mirai-solutions.com">http://www.mirai-solutions.com</a>