biolapgridcellinfo.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 68 行

XML
68
字号
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiOlapGridCellInfo" extends="BiObject">	<description>This represents information about a cell in the OLAP grid. This information describes if a cell is part of the header and more.</description>	<arguments>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>		<method name="equals">			<description>If to<link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link> objects are representing the same cell</description>			<arguments>				<argument name="oInfo">					<description>The cell to compare this cell with</description>					<type>						<link class="BiOlapGridCellInfo">BiOlapGridCellInfo</link>					</type>				</argument>			</arguments>			<returns>				<type>Boolean</type>			</returns>		</method>	</methods>	<properties>		<property name="header" get="true" set="true">			<description>Whether the cell is part of the header</description>			<type>Boolean</type>		</property>		<property name="body" get="true" set="true">			<description>Whether the cell is part of the body</description>			<type>Boolean</type>		</property>		<property name="row" get="true" set="true">			<description>What row the cell is part of</description>			<type>Boolean</type>		</property>		<property name="column" get="true" set="true">			<description>What column the cell is part of</description>			<type>Boolean</type>		</property>		<property name="dimension" get="true" set="true">			<description>The dimension the axis header cell is part of. If the cell is part of the body then this is null.</description>			<type>Number</type>		</property>		<property name="axis" get="true" set="true">			<description>The axis the cell is part of</description>			<type>Number</type>		</property>		<property name="axisPosition" get="true" set="true">			<description>The axis position is the start position of the axis header cell</description>			<type>Number</type>		</property>		<property name="quadrant" get="true" set="true">			<description>This is used to tell what part of the OLAP grid the cell belongs to</description>			<type>Number</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?