Developer

CellBy

Return cell specified by column location or name, and row location.

property CellBy[ACol, ARow: Variant]: INxCell read GetCellBy;

Example


NextGrid61.CellBy['MyColumn', 'selected'].AsString := 'value'; NextGrid61.CellBy['first', 5].AsInteger := 5;

See also