Skip to content

GridLinesMode

Namespace: Hex1b

Assembly: Hex1b.dll

Controls whether gridlines (box-drawing borders) are rendered between cells in a .

csharp
public enum GridLinesMode

Fields

All

Gridlines are rendered around all cells (outer border + inner dividers).

Returns: GridLinesMode

csharp
All = 1

HeaderSeparator

Only a horizontal separator is rendered below the first row (header separator). No outer border is drawn.

Returns: GridLinesMode

csharp
HeaderSeparator = 2

None

No gridlines are rendered. This is the default for backward compatibility.

Returns: GridLinesMode

csharp
None = 0

Released under the MIT License.