Specifies constants that define the grid's column pinning capabilities.
Name | Value | Description |
---|---|---|
None | 0 |
Users cannot pin columns. |
SingleColumn | 1 |
Users can pin and unpin one column at a time (possibly moving them in the process). |
ColumnRange | 2 |
Users can pin and unpin column ranges (columns do not move when being pinned or unpinned). |
Both | 3 |
Users can pin and unpin single columns or column ranges (using the shift key). |