Gets or sets the name of the sheet.
Syntax
'Declaration
Public Property SheetName As String
'Usage
Dim instance As SheetView
Dim value As String
instance.SheetName = value
value = instance.SheetName
public string SheetName {get; set;}
Exceptions
See Also