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


In This Topic
    Office2013 Property
    In This Topic
    Represents the skin for resetting the skin properties to the excel 2013 like values.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Office2013 As SpreadSkin
    'Usage
     
    
    Dim value As SpreadSkin
     
    value = DefaultSpreadSkins.Office2013
    public static SpreadSkin Office2013 {get;}
    See Also