IPrxSheet.AttachCell

Syntax

AttachCell(

Row: Integer;

Column: Integer;

Slice: IPrxSlice;

Selection: IDimSelectionSet): Boolean;

Parameters

Row - row.

Column - column.

Slice - data source slice.

Selection - slice selection.

Description

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:

IPrxSheet