Show contents 

Report > Report Assembly Interfaces > IPrxTableDataBinding > IPrxTableDataBinding.AttachRange

IPrxTableDataBinding.AttachRange

Syntax

AttachRange(TabRange: ITabRange; Slice: IPrxSlice; Selection: IDimSelectionSet): Boolean;

Parameters

TabRange - range of sheet cells.

Slice - data source slice.

Selection: slice selection.

Description

The AttachRange method binds a range of cells to a data slice.

Comments

The number of selected elements in the slice must correspond with the range size. The method returns True when completed successfully or False when failed.

When the sheet is calculated, the binding is reset.

Example

The method use is given in the example for IPrxTable.DataBinding.

See also:

IPrxTableDataBinding