IPrxSheet.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. When the sheet is calculated the binding is reset.

The method is outdated, it is recommended to use the DataBinding property.

See also:

IPrxSheet