Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GradientHeaderRenderer Class / GetAppearance Method


In This Topic
    GetAppearance Method (GradientHeaderRenderer)
    In This Topic
    Returns the appearance attributes for the current header cell.
    Syntax
    'Declaration
     
    
    Public Function GetAppearance() As Appearance
    'Usage
     
    
    Dim instance As GradientHeaderRenderer
    Dim value As Appearance
     
    value = instance.GetAppearance()
    public Appearance GetAppearance()
    See Also