Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / GetAt Method
Zero-based index in array that specifies the location of the built-in (default) skin


In This Topic
    GetAt Method (DefaultSpreadSkins)
    In This Topic
    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
    Specified index is out of range; must be between zero and the total number of built-in (default) skins
    See Also