Spread Windows Forms 9.0 Product Documentation
Find Method (DefaultSpreadSkins)


Name of the built-in skin to find
Finds the built-in Spread skin with the specified name.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal name As String _
) As SpreadSkin
'Usage
 
Dim name As String
Dim value As SpreadSkin
 
value = DefaultSpreadSkins.Find(name)
public static SpreadSkin Find( 
   string name
)

Parameters

name
Name of the built-in skin to find
Requirements

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

See Also

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members

 

 


Copyright © GrapeCity, inc. All rights reserved.