Message 1 of 4
[SOLVED] Get cell value from DataGridView

Not applicable
10-07-2008
10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i'm trying to get the value from a cell but every time it give error.
First i tried :
but it gave syntax error, looks like Maxscript needs update because this works in C#
then i wrote
and it also give error when i click on button
any idea ?
First i tried :
newvalue = datagridview.value
but it gave syntax error, looks like Maxscript needs update because this works in C#
then i wrote
newvalue = datagridview.rows.cells.value
and it also give error when i click on button
-- No ""get"" function for dotNetObject:System.Windows.Forms.DataGridViewRowCollection <<
any idea ?