Contents - Index - Previous - Next


CellByName method



Applies to
TProfGrid component

Declaration
function CellByName(const A1Name: String): TProfGridCell;

Description

Provides access to grid cells using the spreadsheet-style "A1"-notation.


Example

ProfGrid1.CellByName('A11').Formula := 'SUM(A1:A10)';