Spread for ASP.NET 12 Product Documentation
Reset(BorderProperty) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class : Reset(BorderProperty) Method
Setting from the BorderProperty class
Resets the specified border property to its default setting.
Syntax
'Declaration
 
Public Overridable Sub Reset( _
   ByVal prop As BorderProperty _
) 
'Usage
 
Dim instance As Border
Dim prop As BorderProperty
 
instance.Reset(prop)
public virtual void Reset( 
   BorderProperty prop
)

Parameters

prop
Setting from the BorderProperty class
See Also

Reference

Border Class
Border Members