Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintHeaderFooterAreaEventArgs Class / IsHeader Property


In This Topic
    IsHeader Property
    In This Topic
    Gets whether the header or footer is being printed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsHeader As Boolean
    'Usage
     
    
    Dim instance As PrintHeaderFooterAreaEventArgs
    Dim value As Boolean
     
    value = instance.IsHeader
    public bool IsHeader {get;}
    See Also