Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Appearance Class / Appearance Constructor / Appearance Constructor(Appearance)
Appearance object used to create the new object
Example


In This Topic
    Appearance Constructor(Appearance)
    In This Topic
    Creates an Appearance object based on the specified Appearance object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cellAppearance As Appearance _
    )
    'Usage
     
    
    Dim cellAppearance As Appearance
     
    Dim instance As New Appearance(cellAppearance)
    public Appearance( 
       Appearance cellAppearance
    )

    Parameters

    cellAppearance
    Appearance object used to create the new object
    Example
    See Also