Purpose
Determines for a cell a cell group.
Class
Type
Method
Syntax
<oCellGroupList>:GetFromCell(
<oCell>,
<iOptions>
) Æ oCellGroupItem
Arguments
| <oCell> | The cell for which a cell group is to be determined. The cell must contain absolute values. | 
| Data Type: | bCell | 
| <iOptions> | Options which should be taken into account. The options below are supported: | 
| Option | Description | 
| BCGLGFCO_NONE | No options are defined. | 
| BCGLGFCO_STARTCELL | The cell defines the beginning of the cell group. | 
| BCGLGFCO_ENDCELL | The cell defines the end of the cell group. | 
| BCGLGFCO_CELLINSIDE | The cell defines an arbitrary area within the cell group. | 
| BCGLGFCO_SUBSEARCH | The sub cell groups are also considered. | 
| BCGLGFCO_TOPLEVEL | Instead of the determined cell group the topmost cell group of it is returned. | 
Several options can be combined.
| Data Type: | DWord | 
Return Value
| oCellGroupItem | The determined cell group. | 
| Data Type: | bCellGroupItem | 
Description
bCellGroupList:GetFromCell() determines a cell group to the passed cell.
See Also
Page url: http://www.YOURSERVER.com/index.html?bcellgrouplist_getfromcell.htm