GetUnboundValue Method (GroupRow)
In This Topic
Gets the unbound value stored in this row at a given column.
Syntax
'Declaration
Protected Overrides Function GetUnboundValue( _
ByVal As Column _
) As Object
protected override object GetUnboundValue(
Column
)
Parameters
- col
- Column that contains the value.
Return Value
The unbound value stored at the given column.
See Also