Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintOptions Class / PrintGridLine Property


In This Topic
    PrintGridLine Property (ExcelPrintOptions)
    In This Topic
    Get or set whether print the gridline or not.
    Syntax
    'Declaration
     
    Public Property PrintGridLine As Boolean
    'Usage
     
    Dim instance As ExcelPrintOptions
    Dim value As Boolean
     
    instance.PrintGridLine = value
     
    value = instance.PrintGridLine
    public bool PrintGridLine {get; set;}

    Property Value

    true if it should print gridline; otherwise, false.
    See Also