IPrxSheet.DrillCell

Syntax

DrillCell(Row: Integer; Column: Integer): IPrxDrillCellResult;

Parameters

Row. Row index.

Column. Column index.

Description

The DrillCell method returns information on cell binding to slice data regardless of the sate of multiple selection in fixed dimensions. Indexes of the cell's row and column are passed in the Row and Column parameters respectively.

Comments

The method is outdated, use IPrxTableDataBinding.DrillCell.

See also:

IPrxSheet