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

In This Topic
    NumberOfFirstColumns Property (PrintInfo)
    In This Topic
    Gets or sets an System.Int32 value specifies the number of first columns to be printed.
    Syntax
    'Declaration
     
    Public Property NumberOfFirstColumns As System.Integer
    public System.int NumberOfFirstColumns {get; set;}
    Remarks
    You have to set PrintAllGridColumns to false to make this property takes effect.
    See Also