Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Appearance Class / Appearance Constructor / Appearance Constructor()
Example


In This Topic
    Appearance Constructor()
    In This Topic
    Creates a new Appearance object.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New Appearance()
    public Appearance()
    Example
    This example creates a new Appearance object and uses in a subroutine to change the background color of a cell.
    See Also