[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.ResetValue

ResetValue Method

ResetValue(object)

When overridden in a derived class, resets the value for this property of the component to the default value.

Declaration
public override void ResetValue(object component)
Public Overrides Sub ResetValue(component As Object)
Parameters
Type Name Description
object component

Component with the property value that is to be reset to the default value

Overrides