IPrxSheet.DetachRange

Syntax

DetachRange(TabRange: ITabRange): Boolean;

Parameters

TabRange - cell range.

Description

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

Comments

The method is outdated, use IPrxTableDataBinding.DetachRange.

See also:

IPrxSheet