'Usage Dim instance As DataGridItemPropertyBase Dim component As Object Dim value As Object instance.SetValue(component, value)
Parameters
- component
- An object representing the component from which the current value of the property is retrieved.
- value
- The current value for the property for the specified component.
Return Value
The current value for the property for the specified component.