GetTabStripRectangle Method (FpSpread)
In This Topic
Gets the rectangle of the tab strip.
Syntax
'Declaration
Public Function GetTabStripRectangle() As Rectangle
'Usage
Dim instance As FpSpread
Dim value As Rectangle
value = instance.GetTabStripRectangle()
public Rectangle GetTabStripRectangle()
Return Value
Rectangle of the tab strip.
See Also