[]
Represents an individual sheet name tab.
public class SheetTab : ISerializeSupport
Public Class SheetTab
Implements ISerializeSupport
Name | Description |
---|---|
SheetTab() | Creates a new sheet name tab. |
SheetTab(Control) | Creates a new sheet name tab for the specified control. |
SheetTab(Control, Color, Color, Font) | Creates a new sheet name tab for the specified control with the specified appearance settings. |
SheetTab(Control, Color, Color, Font, int) | Creates a new sheet name tab for the specified control with the specified appearance and size settings. |
Name | Description |
---|---|
BackColor | Gets or sets the background color for the sheet name tab. |
Font | Gets or sets the font for the sheet name in the sheet name tab. |
ForeColor | Gets or sets the foreground color (text color) for the sheet name tab. |
Size | Gets or sets the size for the sheet name tab. |