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