Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / Office2007 Property


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