Spread Windows Forms 12.0 Product Documentation
SheetCornerStyle Property (SheetView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SheetCornerStyle Property
Gets or sets the style information for the sheet corner.
Syntax
'Declaration
 
Public Property SheetCornerStyle As StyleInfo
'Usage
 
Dim instance As SheetView
Dim value As StyleInfo
 
instance.SheetCornerStyle = value
 
value = instance.SheetCornerStyle
public StyleInfo SheetCornerStyle {get; set;}

Property Value

StyleInfo object containing the style information for the sheet corner
Example
This example sets the background color of the sheet corner.
fpSpread1.ActiveSheet.SheetCornerStyle.BackColor = Color.Blue;
FpSpread1.ActiveSheet.SheetCornerStyle.BackColor = Color.Blue
See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Creating and Applying a Style for Cells
Customizing the Sheet Corner