SetCellValue(GridControlRange,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetCellValue( _
ByVal As C1.WPF.Grid.GridControlRange, _
ByVal As Object _
)
public void SetCellValue(
C1.WPF.Grid.GridControlRange ,
object
)
Parameters
- range
- value
See Also