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
Methods
| Name | Description |
equals | If to BiOlapGridCellInfo objects are representing the same cell |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
equals
If to BiOlapGridCellInfo objects are representing the same cell
Syntax
object.equals ( oInfo ) Parameters
| Name | Type | Optional | Default | Descripton |
oInfo | | The cell to compare this cell with |
Return Type
Boolean
