[]
Specifies constants that define what the user can freeze with the mouse.
[Flags]
public enum AllowFreezing
Name | Description |
---|---|
Both | The user may freeze rows and columns by dragging the frozen region boundaries with the mouse. |
Columns | The user may freeze columns by dragging the frozen region vertical boundary with the mouse. |
None | The user may not use mouse to freeze rows or columns. |
Rows | The user may freeze rows by dragging the frozen region horizontal boundary with the mouse. |