AsString
Get or sets value of cell as WideString.property AsString: WideString read GetAsString write SetAsString;Example:
NextGrid61.Cell[2, 2].AsString := Edit1.Text;Remarks
If cell is not using string as native type, conversion must be made.
property AsString: WideString read GetAsString write SetAsString;NextGrid61.Cell[2, 2].AsString := Edit1.Text;