/[dotgnu-pnet]/pnetlib/System.Windows.Forms/DataGridCell.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/DataGridCell.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rweather, Fri Jun 13 10:22:58 2003 UTC revision 1.2 by ktreichel, Sun Sep 25 12:46:24 2005 UTC
# Line 40  public struct DataGridCell Line 40  public struct DataGridCell
40                          {                          {
41                                  get                                  get
42                                  {                                  {
43                                          return column;                                          return this.column;
44                                  }                                  }
45                                  set                                  set
46                                  {                                  {
47                                          column = value;                                          this.column = value;
48                                  }                                  }
49                          }                          }
50          public int RowNumber          public int RowNumber
51                          {                          {
52                                  get                                  get
53                                  {                                  {
54                                          return row;                                          return this.row;
55                                  }                                  }
56                                  set                                  set
57                                  {                                  {
58                                          row = value;                                          this.row = value;
59                                  }                                  }
60                          }                          }
61    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26