DefaultStyle Property (SheetCorner)
In This Topic
Gets or sets the default style information for the cells in the sheet corner.
Syntax
'Declaration
Public Property DefaultStyle As StyleInfo
'Usage
Dim instance As SheetCorner
Dim value As StyleInfo
instance.DefaultStyle = value
value = instance.DefaultStyle
public StyleInfo DefaultStyle {get; set;}
Property Value
StyleInfo object containing the default style information for the cells in the sheet corner
Example
This example modifies the appearance of the sheet corner.
See Also