anchorCell property

FdcGridCellRef? get anchorCell

Anchor owned by this session for the retained range, or null when no range gesture has established one.

The cell reference is attachment-scoped. Its row index is a zero-based data-row index and its source-column identity is stable across visual reorder operations.

Implementation

FdcGridCellRef? get anchorCell;
set anchorCell (FdcGridCellRef? value)

Replaces the session-owned range anchor.

Extension implementations update this during pointer or keyboard range gestures and clear it when the host resets the session.

Implementation

set anchorCell(FdcGridCellRef? value);