AttachRange(TabRange: ITabRange; Slice: IPrxSlice; Selection: IDimSelectionSet): Boolean;
TabRange - range of sheet cells.
Slice - data source slice.
Selection - slice selection.
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: