Class GridLinesDisplayStyle
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 |