ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / PrintAllGridColumns Property

In This Topic
    PrintAllGridColumns Property (PrintInfo)
    In This Topic
    Gets or sets a System.Boolean value indicating whether print all columns of gridview.
    Syntax
    'Declaration
     
    Public Property PrintAllGridColumns As System.Boolean
    public System.bool PrintAllGridColumns {get; set;}
    Remarks
    If value is false, you have to sepcify the value of NumberOfFirstColumns to indicate how many first columns to be printed.
    See Also