Client-Side API Reference > FlexGrid > wijmo.grid > HeadersVisibility Enum |
Name | Value | Description |
---|---|---|
None | 0 |
No header cells are displayed. |
Column | 1 |
Only column header cells are displayed. |
Row | 2 |
Only row header cells are displayed. |
All | 3 |
Both column and row header cells are displayed. |
Specifies constants that define the visibility of row and column headers.