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