IPrxSheet.DetachCell

Syntax

DetachCell(Row: Integer; Column: Integer): Boolean;

Parameters

Row - row.

Column - column.

Description

The DetachCell method unbinds a cell from the slice data. If the unbinding is successfully completed, the method returns True.

Comments

The method is outdated, use IPrxTableDataBinding.DetachCell.

See also:

IPrxSheet