menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridLinesDisplayStyle - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridLinesDisplayStyle

    Represents the display style of the grid lines.

    Inheritance
    System.Object
    GridLinesDisplayStyle
    Namespace: Syncfusion.XlsIORenderer
    Assembly: Syncfusion.XlsIORenderer.Portable.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