Returns the name of the sheet.
Syntax
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As SheetView
Dim value As String
value = instance.ToString()
public override string ToString()
Return Value
Name of the sheet
See Also