Spread Windows Forms 12.0 Product Documentation
TabStripPolicy Enumeration
Example Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : TabStripPolicy Enumeration
Specifies when the component displays the sheet name tabs.
Syntax
'Declaration
 
Public Enum TabStripPolicy 
   Inherits System.Enum
'Usage
 
Dim instance As TabStripPolicy
public enum TabStripPolicy : System.Enum 
Members
MemberDescription
AlwaysAlways displays the sheet tabs
AsNeededDisplays the sheet tabs only when needed
NeverDoes not display the sheet tabs
Example
fpSpread1.Sheets.Count = 3;
fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.AsNeeded;
FpSpread1.Sheets.Count = 3
FpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.AsNeeded
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.TabStripPolicy

See Also

Reference

FarPoint.Win.Spread Namespace
TabStripPolicy Property (FpSpread Class)

User-Task Documentation

Customizing the Sheet Name Tabs of the Component