ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / GridLines Property

In This Topic
    GridLines Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating how grid lines are rendered.
    Syntax
    'Declaration
     
    
    Public Property GridLines As PrintInfo.GridLinesEnum
    public PrintInfo.GridLinesEnum GridLines {get; set;}
    See Also