GridView.ReloadData Method (Range<Int32>) |
Reloads the data at the specified range of rows.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic void ReloadData(
Range<int> range
)
Public Sub ReloadData (
range As Range(Of Integer)
)
member ReloadData :
range : Range<int> -> unit
Parameters
- range
- Type: Eto.Forms.Range<Int32>
Range of rows to update.
Remarks
This will refresh the cells of the specified range of rows with the current data in the model for each row.
See Also