BiOlapGridCellInfo

This represents information about a cell in the OLAP grid. This information describes if a cell is part of the header and more.

This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiOlapGridCellInfo .

Constructor

new BiOlapGridCellInfo ( )

Parameters

No parameters.

Properties

Name Type get set Descripton
axis Number checked checked The axis the cell is part of
axisPosition Number checked checked The axis position is the start position of the axis header cell
body Boolean checked checked Whether the cell is part of the body
column Boolean checked checked What column the cell is part of
dimension Number checked checked The dimension the axis header cell is part of. If the cell is part of the body then this is null.
header Boolean checked checked Whether the cell is part of the header
quadrant Number checked checked This is used to tell what part of the OLAP grid the cell belongs to
row Boolean checked checked What row the cell is part of

Methods

Name Description
equals If to BiOlapGridCellInfo objects are representing the same cell

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

Method Details

equals

If to BiOlapGridCellInfo objects are representing the same cell

Syntax

object.equals
 (
 oInfo
 )
 

Parameters

Name Type Optional Default Descripton
oInfo BiOlapGridCellInfo The cell to compare this cell with

Return Type

Boolean