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


SheetCornerStyleName Property
Gets or sets the name of the style for the sheet corner.
Syntax
'Declaration
 
Public Property SheetCornerStyleName As String
 
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.SheetCornerStyleName = value
 
value = instance.SheetCornerStyleName
Exceptions
ExceptionDescription
Specified NamedStyle object could not be found in the collection
See Also