Spread Windows Forms 8.0 Product Documentation
TabStripPolicy Enumeration
Example Example 


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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

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

User-Task Documentation

Customizing the Sheet Name Tabs of the Component

 

 


Copyright © GrapeCity, inc. All rights reserved.