Enum ScrollBars
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public enum ScrollBars : int
Fields
Name | Description |
---|---|
Both | Displays both a horizontal and a vertical scroll bar. |
Horizontal | Displays a horizontal scroll bar. |
None | Displays no scroll bars (default). |
Vertical | Displays a vertical scroll bar. |