Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / PrintHeadings Property


In This Topic
    PrintHeadings Property (WorksheetStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether HeadingsPrint option is changed.
    Syntax
    'Declaration
     
    
    Public Property PrintHeadings As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    instance.PrintHeadings = value
     
    value = instance.PrintHeadings
    public bool PrintHeadings {get; set;}
    See Also