Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetName Property


SheetName Property (SheetView)
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
Exceptions
ExceptionDescription
A sheet name must be 31 or fewer characters, not blanks and cannot contain the characters []*?/\
See Also