Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / HeaderCellStyle Property


In This Topic
    HeaderCellStyle Property
    In This Topic
    Gets or sets the style in the header cell of the table.
    Syntax
    'Declaration
     
    
    Public Property HeaderCellStyle As StyleInfo
    'Usage
     
    
    Dim instance As TableViewColumn
    Dim value As StyleInfo
     
    instance.HeaderCellStyle = value
     
    value = instance.HeaderCellStyle
    public StyleInfo HeaderCellStyle {get; set;}
    See Also