extentCell property
FdcGridCellRef?
get
extentCell
Extent owned by this session for the retained range, or null when no
range gesture has established one.
The cell reference uses the same zero-based data-row and source-column coordinate space as anchorCell.
Implementation
FdcGridCellRef? get extentCell;
set
extentCell
(FdcGridCellRef? value)
Replaces the session-owned range extent.
Extensions normally move the extent while preserving anchorCell; clear both values when the retained range is discarded.
Implementation
set extentCell(FdcGridCellRef? value);