CellEventArgsRow Property  | 
 
            Gets or sets the row for the cell.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic int Row { get; protected set; }Public Property Row As Integer
	Get
	Protected Set
member Row : int with get, set
Property Value
Type: 
Int32The cell's row.
See Also