DrillCell(Row: Integer; Column: Integer): IPrxDrillCellResult;
Row. Row index.
Column. Column index.
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.
The method is outdated, use IPrxTableDataBinding.DrillCell.
See also: