Specifies the alignment of the tabs in a WorkbookView.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public enum TabAlignment |
Visual Basic
![]() |
---|
Public Enum TabAlignment |
Member name | Description | |
---|---|---|
![]() |
Bottom |
Indicates that the tabs are displayed at the bottom side. |
![]() |
Left |
Indicates that the tabs are displayed at the left side. |
![]() |
Right |
Indicates that the tabs are displayed at the right side. |
![]() |
Top |
Indicates that the tabs are displayed at the top side. |
Members of this enumeration can be assigned to the TabAlignment property of the WorkbookView class.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |