Version

TabAreaButtonType Enumeration

Enumeration used to identify the type of button within the tab area of the UltraSpreadsheet
Syntax
'Declaration
 
Public Enum TabAreaButtonType 
   Inherits System.Enum
public enum TabAreaButtonType : System.Enum 
Members
MemberDescription
ActivateNextOutOfViewActivates the worksheet associated with the tab item that is scrolled out of view on the right.
ActivatePreviousOutOfViewActivates the worksheet associated with the tab item that is scrolled out of view on the left.
AddSheetCreates one or more new worksheets within the UltraSpreadsheet.Workbook
ScrollNextScrolls the tabs items such that the next out of view tab item is brought into view.
ScrollPreviousScrolls the tab items such that the previous out of view tab item is brought into view.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also