Spread for ASP.NET 12 Product Documentation
CanResetValue Method (SpreadDataColumnPropertyDescriptor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > SpreadDataColumnPropertyDescriptor Class : CanResetValue Method
Component to test for reset capability
When overridden in a derived class, returns whether resetting an object changes its value.
Syntax
'Declaration
 
Public Overrides Function CanResetValue( _
   ByVal component As Object _
) As Boolean
'Usage
 
Dim instance As SpreadDataColumnPropertyDescriptor
Dim component As Object
Dim value As Boolean
 
value = instance.CanResetValue(component)
public override bool CanResetValue( 
   object component
)

Parameters

component
Component to test for reset capability

Return Value

true if resetting the component changes its value; otherwise, false.
See Also

Reference

SpreadDataColumnPropertyDescriptor Class
SpreadDataColumnPropertyDescriptor Members