Spread Windows Forms 12.0 Product Documentation
GetTabStripRectangle Method (SpreadView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetTabStripRectangle Method
Gets the rectangle of the tab strip.
Syntax
'Declaration
 
Public Function GetTabStripRectangle() As Rectangle
'Usage
 
Dim instance As SpreadView
Dim value As Rectangle
 
value = instance.GetTabStripRectangle()
public Rectangle GetTabStripRectangle()

Return Value

Rectangle object containing the rectangle of the tab strip
Example
This example uses the GetTabStripRectangle method.
FarPoint.Win.Spread.SpreadView sv;
sv = fpSpread1.GetRootWorkbook();
listBox1.Items.Add(sv.GetTabStripRectangle());
Dim sv As FarPoint.Win.Spread.SpreadView
sv = fpSpread1.GetRootWorkbook()
ListBox1.Items.Add(sv.GetTabStripRectangle())
See Also

Reference

SpreadView Class
SpreadView Members

User-Task Documentation

Customizing the Sheet Name Tabs of the Component