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


In This Topic
    FooterDefault Property
    In This Topic
    Gets a default border for footer cells.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property FooterDefault As Border
    'Usage
     
    
    Dim value As Border
     
    value = Border.FooterDefault
    public static Border FooterDefault {get;}
    Example
    This example gets the color.
    See Also