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


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadDataColumnPropertyDescriptor Class
SpreadDataColumnPropertyDescriptor Members

 

 


Copyright © GrapeCity, inc. All rights reserved.