Navigation:  Classes > bCellGroupList >

bCellGroupList:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bCellGroupList.

Class

bCellGroupList

Type

Method

Syntax

bCellGroupList{

oOwner,

[<iOptions>]

} Æ oCellGroupList

Arguments

<oOwner>The cell group, which is the owner of the cell group list.
Data Type:bCellGroupItem

 

<iOptions>Options that define the behavior of the list. The following options are supported:

 

Option

Description

BCGLO_NONE

No options are defined.

 

Important notes!

The cell groups are unsorted in the list. The method bCellGroupList:Add() appends the cell group at the end of the list. It is no matter whether the cell group is within one column and/or row or spans several columns and or rows. See also option BCGLO_ROWCONTROL.

BCGLO_AUTO

The following default options are used:

BCGLO_NONE

BCGLO_ROWCONTROL

The cell groups are sorted in ascending order in the list based on the bCellGroupItem:StartCell.

 

Important notes!

Each cell group must be in one row. It may not span two or more rows. However, it is no matter whether the cell group is within one column or spans several columns. See also option BCGLO_NONE.

 

The value BCGLO_AUTO is used as default.

Data Type:DWord

Return Value

oCellGroupListThe created object of the class bCellGroupList.
Data Type:bCellGroupList

Description

bCellGroupList:Init() creates a new object of the class bCellGroupList and initializes it.

See Also

bCellGroupList:Add()

bCellGroupList:Options

bCellGroupList:Owner

 


Page url: http://www.YOURSERVER.com/index.html?bcellgrouplist_init.htm