Gets or sets the text in the sheet name tab.
Syntax
'Declaration
Public Default Property Item( _
ByVal 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
]; {get; set;}
Parameters
- index
See Also