Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / LeftHeader Property


In This Topic
    LeftHeader Property (PageSetup)
    In This Topic
    Gets or sets a value indicating whether a picture or text to be left-aligned in the page header.
    Syntax
    'Declaration
     
    
    Public Property LeftHeader As String
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As String
     
    instance.LeftHeader = value
     
    value = instance.LeftHeader
    public string LeftHeader {get; set;}
    See Also