AttachCell(
Row: Integer;
Column: Integer;
Slice: IPrxSlice;
Selection: IDimSelectionSet): Boolean;
Row - row.
Column - column.
Slice - data source slice.
Selection - slice selection.
The AttachCell method binds a cell 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: