Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / ColumnFooterDefaultStyle Property


In This Topic
    ColumnFooterDefaultStyle Property
    In This Topic
    Gets or sets the column footer default renderer of the Spread skin.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterDefaultStyle As NamedStyle
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As NamedStyle
     
    instance.ColumnFooterDefaultStyle = value
     
    value = instance.ColumnFooterDefaultStyle
    public NamedStyle ColumnFooterDefaultStyle {get; set;}
    See Also