Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / Count Property


In This Topic
    Count Property (DefaultSpreadSkins)
    In This Topic
    Gets the number of built-in skins in the array of Spread skins.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Count As Integer
    'Usage
     
    
    Dim value As Integer
     
    value = DefaultSpreadSkins.Count
    public static int Count {get;}
    See Also