menu

Document Processing

GridLinesDisplayStyle Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    GridLinesDisplayStyle Class

    Represents the display style of the grid lines.

    Inheritance
    System.Object
    GridLinesDisplayStyle
    Namespace: Syncfusion.ExcelToPdfConverter
    Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
    Syntax
    public sealed class GridLinesDisplayStyle : Enum

    Fields

    Auto

    Grid line is not rendered in the output page. The default value is Invisible.

    Declaration
    public const GridLinesDisplayStyle Auto
    Field Value
    Type
    GridLinesDisplayStyle

    Invisible

    Grid line is not rendered in the output page.

    Declaration
    public const GridLinesDisplayStyle Invisible
    Field Value
    Type
    GridLinesDisplayStyle

    Visible

    Grid line is rendered in the output page.

    Declaration
    public const GridLinesDisplayStyle Visible
    Field Value
    Type
    GridLinesDisplayStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved