Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultStyleCollection Class / HeaderDefault Field


In This Topic
    HeaderDefault Field
    In This Topic
    Represents the default style for header cells.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly HeaderDefault As NamedStyle
    'Usage
     
    
    Dim value As NamedStyle
     
    value = DefaultStyleCollection.HeaderDefault
    public static readonly NamedStyle HeaderDefault
    Remarks
    This field is deprecated; it exists to support older versions of the product (pre-version 4.0). You should now use ColumnHeaderDefault and RowHeaderDefault instead.
    See Also