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


In This Topic
    Cancel Property (PrintHeaderFooterAreaEventArgs)
    In This Topic
    Gets or sets the cancel flag.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    'Usage
     
    
    Dim instance As PrintHeaderFooterAreaEventArgs
    Dim value As Boolean
     
    instance.Cancel = value
     
    value = instance.Cancel
    public bool Cancel {get; set;}
    See Also