Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintEventArgs Class / Header Property
Example


In This Topic
    Header Property (PrintEventArgs)
    In This Topic
    Gets whether to print the sheet header.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Header As Boolean
    'Usage
     
    
    Dim instance As PrintEventArgs
    Dim value As Boolean
     
    value = instance.Header
    public bool Header {get;}

    Property Value

    true for header; false for footer
    Example
    This example prints a header and a footer.
    See Also