Spread for ASP.NET 11 Product Documentation
ResetValue Method (SpreadDataColumnPropertyDescriptor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > SpreadDataColumnPropertyDescriptor Class : ResetValue Method
Component with the property value that is to be reset to the default value
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)
public override void ResetValue( 
   object component
)

Parameters

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

Reference

SpreadDataColumnPropertyDescriptor Class
SpreadDataColumnPropertyDescriptor Members