SetCellValue(Object,Object) Method
In This Topic
Sets the specified to property related to this column.
Syntax
'Declaration
Public Overloads Sub SetCellValue( _
ByVal As Object, _
ByVal As Object _
)
public void SetCellValue(
object ,
object
)
Parameters
- dataItem
- The data item which stores the value.
- value
- The value to be set in the data item.
See Also