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


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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SheetView Class
SheetView Members

User-Task Documentation

Creating and Applying a Style for Cells
Customizing the Sheet Corner

 

 


Copyright © GrapeCity, inc. All rights reserved.