Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / DefaultStyle Property


In This Topic
    DefaultStyle Property (ColumnHeader)
    In This Topic
    Gets or sets the default style information for the cells in the column header.
    Syntax
    'Declaration
     
    
    Public Property DefaultStyle As StyleInfo
    'Usage
     
    
    Dim instance As ColumnHeader
    Dim value As StyleInfo
     
    instance.DefaultStyle = value
     
    value = instance.DefaultStyle
    public StyleInfo DefaultStyle {get; set;}
    See Also