Enum CornerSide
Corner side enumeration.
Namespace: Syncfusion.Windows.Forms.CellGrid.ScrollAxis
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public enum CornerSide
Fields
Name | Description |
---|---|
Both | Includes both Left and right side or Top and Bottom side. |
Bottom | Bottom side alone. |
Left | Left side alone. |
Right | Right side alone. |
Top | Top side alone. |