[]
Indicates which user can auto-fit.
[Flags]
public enum AutoFitMode
<Flags>
Public Enum AutoFitMode
| Name | Description |
|---|---|
| All | Allows auto-fit both of rows and columns. |
| Column | Allows auto-fit columns only. |
| None | Not allow auto-fit rows/columns. |
| Row | Allows auto-fit rows only. |