SetCellValue(GridCellType,Int32,Int32,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetCellValue( _
ByVal As C1.WPF.Grid.GridCellType, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Object _
)
public void SetCellValue(
C1.WPF.Grid.GridCellType ,
int ,
int column,
object
)
Parameters
- cellType
- row
- column
- value
See Also