[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.GetValue

GetValue Method

GetValue(object)

When overridden in a derived class, gets the current value of the property on a component.

Declaration
public override object GetValue(object component)
Public Overrides Function GetValue(component As Object) As Object
Parameters
Type Name Description
object component

Component with the property for which to retrieve the value

Returns
Type Description
object

The value of a property for a given component.

Overrides