Enum GridLinesDisplayStyle
Represents the display style of the grid lines.
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
Syntax
public enum GridLinesDisplayStyle
Fields
| Name | Description |
|---|---|
| Auto | Grid line is not rendered in the output page. The default value is Invisible. |
| Invisible | Grid line is not rendered in the output page. |
| Visible | Grid line is rendered in the output page. |