Spread for ASP.NET 12 Product Documentation
Item Property (TabInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TabInfo Class : Item Property
Gets or sets the text in the sheet name tab.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As TabInfo
Dim index As Integer
Dim value As String
 
instance.Item(index) = value
 
value = instance.Item(index)
public string this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

TabInfo Class
TabInfo Members