[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataColumnPropertyDescriptor.CanResetValue

CanResetValue Method

CanResetValue(object)

When overridden in a derived class, returns whether resetting an object changes its value.

Declaration
public override bool CanResetValue(object component)
Public Overrides Function CanResetValue(component As Object) As Boolean
Parameters
Type Name Description
object component

Component to test for reset capability

Returns
Type Description
bool

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

Overrides