Navigation:  Classes > bCellGroupItem >

bCellGroupItem:Move()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Moves the cell group to a new position.

Class

bCellGroupItem

Type

Method

Syntax

<oCellGroupItem>:Move(

<oCell>,

<iOptions>

) Æ lSuccess

Arguments

<oCell>The start cell to which the cell group should be moved.
Data Type:bCell

 

<iOptions>Options which should be considered when moving the cell group. The options below are supported:

 

Option

Description

BCGIMO_ABSOLUTEPOSITION

The new start cell defines an absolute position.

BCGIMO_RELATIVEPOSITION

The new start cell defines a relative position to the parent cell group.

 

Data Type:DWord

Return Value

lSuccessA logical value that indicates whether the cell group could move.
TRUEThe cell group could move.
FALSEThe cell group could not move.
Data Type:Logic

Description

bCellGroupItem:Move() moves the cell group to a new position.

 

Important note!

If the cell group contains child cell groups whose start and/or end cells are absolute positions, then these will not move.

See Also

bCellGroupItem:StartCell

bCellGroupItem:EndCell

bCellGroupItem:Options

 


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