Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultSkins Class / Office2007 Property
Example


In This Topic
    Office2007 Property
    In This Topic
    Represents the built-in skin, Office2007.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Office2007 As SheetSkin
    'Usage
     
    
    Dim value As SheetSkin
     
    value = DefaultSkins.Office2007
    public static SheetSkin Office2007 {get;}
    Example
    This example uses the Office2007 skin.
    See Also