Table of Contents

TTMSFNCDataGridRenderer.GoToCell Method

Scrolls the grid so that ACell is visible. If ASelect is True, also selects the cell.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

procedure GoToCell(ACell: TTMSFNCDataGridCellCoord; ASelect: Boolean = True); override;

Parameters

Name Description
ACell Cell coordinate to bring into view.
ASelect When True, selects the cell after navigating to it.