Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Contents of Edited Cell DataGrid


Message #1 by "kriswa G" <kriswa@h...> on Sun, 24 Jun 2001 15:34:08 -0000
'Position to the cell you want to read:
  DataGrid.Row=3 : DataGrid.Col=3

'Read the contents:

MsgBox "The cell contains " & DataGrid.Text

Regards,
-Toby


>Hai,
>
>Can any one suggest me how to retrieve the contents of edited cell from
>DataGrid Control.
>
>thanks
>Krishna


  Return to Index