Spread Windows Forms 6.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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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