Spread for ASP.NET 12 Product Documentation
CopyFrom Method (NamedStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > NamedStyle Class : CopyFrom Method
Object from which to copy style settings
Copies the properties of the specified object to the current object.
Syntax
'Declaration
 
Public Overrides Sub CopyFrom( _
   ByVal obj As Object _
) 
'Usage
 
Dim instance As NamedStyle
Dim obj As Object
 
instance.CopyFrom(obj)
public override void CopyFrom( 
   object obj
)

Parameters

obj
Object from which to copy style settings
See Also

Reference

NamedStyle Class
NamedStyle Members