Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSkins Class / Count Property


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