DefaultStyleName Property (SheetCorner)
In This Topic
Gets or sets the name of the default style for the sheet corner.
Syntax
'Declaration
Public Property DefaultStyleName As String
'Usage
Dim instance As SheetCorner
Dim value As String
instance.DefaultStyleName = value
value = instance.DefaultStyleName
public string DefaultStyleName {get; set;}
Property Value
String containing the name of the default style for the sheet corner
Exceptions
Example
This example modifies the appearance of the sheet corner.
See Also