GridLinesMode
Namespace: Hex1b
Assembly: Hex1b.dll
Controls whether gridlines (box-drawing borders) are rendered between cells in a .
csharp
public enum GridLinesModeFields
All
Gridlines are rendered around all cells (outer border + inner dividers).
Returns: GridLinesMode
csharp
All = 1HeaderSeparator
Only a horizontal separator is rendered below the first row (header separator). No outer border is drawn.
Returns: GridLinesMode
csharp
HeaderSeparator = 2None
No gridlines are rendered. This is the default for backward compatibility.
Returns: GridLinesMode
csharp
None = 0