Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Border Class / HeaderDefault Property
Example


In This Topic
    HeaderDefault Property
    In This Topic
    Gets a default border for header cells.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property HeaderDefault As Border
    'Usage
     
    
    Dim value As Border
     
    value = Border.HeaderDefault
    public static Border HeaderDefault {get;}

    Property Value

    Border object containing the default header border
    Example
    See Also