GetCellValue(Object) Method
In This Topic
Gets the value from data item corresponding to this column.
Syntax
'Declaration
Public Overloads Function GetCellValue( _
ByVal As Object _
) As Object
public object GetCellValue(
object
)
Parameters
- dataItem
- The data item.
See Also