DetachCell(Row: Integer; Column: Integer): Boolean;
Row - row.
Column - column.
The DetachCell method unbinds a cell from the slice data. If the unbinding is successfully completed, the method returns True.
The method is outdated, use IPrxTableDataBinding.DetachCell.
See also: