SheetName Property (SheetView)
Gets or sets the name of the sheet.
public string SheetName {get; set;}
'Declaration
Public Property SheetName As String
'Usage
Dim instance As SheetView
Dim value As String
instance.SheetName = value
value = instance.SheetName
Exception | Description |
System.ArgumentException | A sheet name must be 31 or fewer characters, not blanks and cannot contain the characters []*?/\ |