Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumnPropertyDescriptor Class / ResetValue Method
component with the property value that is to be reset to the default value


In This Topic
ResetValue Method (SpreadDataColumnPropertyDescriptor)
In This Topic
When overridden in a derived class, resets the value for this property of the component to the default value.
Syntax
'Declaration
 
Public Overrides Sub ResetValue( _
   ByVal component As Object _
) 
 
'Usage
 
Dim instance As SpreadDataColumnPropertyDescriptor
Dim component As Object
 
instance.ResetValue(component)

Parameters

component
component with the property value that is to be reset to the default value
See Also