Spread Windows Forms 8.0 Product Documentation
CopyFrom Method (SpreadSkin)


Spread skin
Copies settings from another Spread skin instance.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal skin As SpreadSkin _
) 
'Usage
 
Dim instance As SpreadSkin
Dim skin As SpreadSkin
 
instance.CopyFrom(skin)
public void CopyFrom( 
   SpreadSkin skin
)

Parameters

skin
Spread skin
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SpreadSkin Class
SpreadSkin Members

 

 


Copyright © GrapeCity, inc. All rights reserved.