SetCellValue(Object,Object) Method
Sets the specified to property related to this column.
'Declaration
Public Overloads Sub SetCellValue( _
ByVal As Object, _
ByVal As Object _
)
'Usage
Dim instance As GridColumn
Dim dataItem As Object
Dim value As Object
instance.SetCellValue(dataItem, value)
Parameters
- dataItem
- The data item which stores the value.
- value
- The value to be set in the data item.