[]
Specifies whether the user should be able to freeze rows and columns with the mouse.
public enum AllowFreezingEnum
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 freeze rows or columns. |
Rows | The user may freeze rows by dragging the frozen region horizontal boundary with the mouse. |