SheetName Property (SheetView)
In This Topic
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
Exception | Description |
System.ArgumentException | A sheet name must be 31 or fewer characters, not blanks and cannot contain the characters []*?/\ |
See Also