Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageMargin Class / Header Property


In This Topic
    Header Property (ExcelPrintPageMargin)
    In This Topic
    Get or set the header margin
    Syntax
    'Declaration
     
    Public Property Header As Double
    'Usage
     
    Dim instance As ExcelPrintPageMargin
    Dim value As Double
     
    instance.Header = value
     
    value = instance.Header
    public double Header {get; set;}

    Property Value

    The value of the header margin
    See Also