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


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

    Parameters

    appearance
    Appearance object
    See Also