Spread Windows Forms 8.0 Product Documentation
GetAt Method (DefaultSpreadSkins)


Zero-based index in array that specifies the location of the built-in (default) skin
Gets the built-in skin at the specified index.
Syntax
'Declaration
 
Public Shared Function GetAt( _
   ByVal index As Integer _
) As SpreadSkin
'Usage
 
Dim index As Integer
Dim value As SpreadSkin
 
value = DefaultSpreadSkins.GetAt(index)
public static SpreadSkin GetAt( 
   int index
)

Parameters

index
Zero-based index in array that specifies the location of the built-in (default) skin
Exceptions
ExceptionDescription
System.IndexOutOfRangeException Specified index is out of range; must be between zero and the total number of built-in (default) skins
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

DefaultSpreadSkins Class
DefaultSpreadSkins Members

 

 


Copyright © GrapeCity, inc. All rights reserved.