Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StyleInfo Class / GetAppearance Method / GetAppearance(Appearance) Method
Appearance object to receive the appearance settings or null to create and return a new Appearance object
Example


In This Topic
    GetAppearance(Appearance) Method
    In This Topic
    Gets the appearance settings for the StyleInfo object.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetAppearance( _
       ByVal appearance As Appearance _
    ) As Appearance
    'Usage
     
    
    Dim instance As StyleInfo
    Dim appearance As Appearance
    Dim value As Appearance
     
    value = instance.GetAppearance(appearance)
    public Appearance GetAppearance( 
       Appearance appearance
    )

    Parameters

    appearance
    Appearance object to receive the appearance settings or null to create and return a new Appearance object

    Return Value

    Appearance object containing the appearance settings
    Example
    This example creates an Appearance object and two StyleInfo objects. The cinfo object passes its settings into the Appearance object, which is then used to adjust the settings for the info objects properties. That, in turn, is used to set the style for the spreadsheet.
    See Also