Spread Windows Forms 12.0 Product Documentation
TabStripInsertTab Property (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : TabStripInsertTab Property
Gets or sets whether the special insert tab is present on the tab strip.
Syntax
'Declaration
 
Public Property TabStripInsertTab As Boolean
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.TabStripInsertTab = value
 
value = instance.TabStripInsertTab
public bool TabStripInsertTab {get; set;}
Example
This example sets the TabStripInsertTab property.
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.TabStripInsertTab = true;
sv.Sheets.Count = 2;
sv.TabStripInsertTabImage = System.Drawing.Image.FromFile("C:\\Program Files (x86)\\GrapeCity\\Spread\\Common\\SD.ico");
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook
sv.TabStripInsertTab = True
sv.Sheets.Count = 2
sv.TabStripInsertTabImage = System.Drawing.Image.FromFile("C:\Program Files (x86)\GrapeCity\Spread\Common\SD.ico")
See Also

Reference

SpreadView Class
SpreadView Members