Class GridLinesDisplayStyle
Represents the display style of the grid lines.
Inheritance
System.Object
GridLinesDisplayStyle
Namespace: Syncfusion.XlsIORenderer
Assembly: Syncfusion.XlsIORenderer.NET.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
Invisible
Grid line is not rendered in the output page.
Declaration
public const GridLinesDisplayStyle Invisible
Field Value
Visible
Grid line is rendered in the output page.
Declaration
public const GridLinesDisplayStyle Visible