In This Topic
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
- Index of the tab
Property Value
String containing the tab text (sheet name)
Example
This example shows how to set the display of the sheet name tabs.
See Also