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


In This Topic
    Header Property (PrintMargin)
    In This Topic
    Gets or sets the header margin for the printed page.
    Syntax
    'Declaration
     
    
    Public Property Header As Integer
    'Usage
     
    
    Dim instance As PrintMargin
    Dim value As Integer
     
    instance.Header = value
     
    value = instance.Header
    public int Header {get; set;}
    Example
    This example sets the margins for printing.
    See Also