Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfo Class / GetAppearance Method
Appearance object


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
    See Also