[]
Represents the set of sheet tabs.
public class TabStrip : ISerializeSupport
Public Class TabStrip
Implements ISerializeSupport
Name | Description |
---|---|
TabStrip() | Creates a new tab strip for a set of sheet tabs. |
TabStrip(FpSpread) | Creates a new tab strip for a set of sheet tabs for the specified FpSpread component. |
Name | Description |
---|---|
ActiveSheetTab | Gets the active sheet tab. |
BackColor | Gets or sets the background color of the tab strip. |
ButtonPolicy | Gets or sets whether the sheet tab buttons are displayed. |
Count | Gets the number of sheet tabs displayed. |
DefaultSheetTab | Gets the default sheet tab. |
Editable | Gets or sets whether users can edit the sheet tab text by double-clicking it. |
this[int] | Gets the specified sheet tab. |
Name | Description |
---|---|
ButtonClick | Occurs when the mouse pointer is over the tab strip and a mouse button is pressed. |