Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupInfo Class / GetAppearance Method
Appearance object
Example


In This Topic
    GetAppearance Method (GroupInfo)
    In This Topic
    Copies the appearance settings.
    Syntax
    'Declaration
     
    
    Public Function GetAppearance( _
       ByVal appearance As Appearance _
    ) As Appearance
    'Usage
     
    
    Dim instance As GroupInfo
    Dim appearance As Appearance
    Dim value As Appearance
     
    value = instance.GetAppearance(appearance)
    public Appearance GetAppearance( 
       Appearance appearance
    )

    Parameters

    appearance
    Appearance object

    Return Value

    Appearance object containing the appearance settings
    Example
    This example returns the appearance of the group.
    See Also