Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TabStrip Class / Item Property


In This Topic
Item Property (TabStrip)
In This Topic
Gets the specified sheet tab.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As SheetTab
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim value As SheetTab
 
value = instance.Item(index)

Parameters

index
See Also