Spread Windows Forms 7.0 Product Documentation
GetAt Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultSpreadSkins Class : GetAt Method


index
Zero-based index in array that specifies the location of the built-in (default) skin

Glossary Item Box

Gets the built-in skin at the specified index.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAt( _
   ByVal index As Integer _
) As SpreadSkin
Visual Basic (Usage)Copy Code
Dim index As Integer
Dim value As SpreadSkin
 
value = DefaultSpreadSkins.GetAt(index)
C# 
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.