Spread Windows Forms 7.0 Product Documentation
SheetCornerStyle Property
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : SheetCornerStyle Property


Glossary Item Box

Gets or sets the style information for the sheet corner.

Syntax

Visual Basic (Declaration) 
Public Property SheetCornerStyle As StyleInfo
Visual Basic (Usage)Copy Code
Dim instance As SheetView
Dim value As StyleInfo
 
instance.SheetCornerStyle = value
 
value = instance.SheetCornerStyle
C# 
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.
C#Copy Code
fpSpread1.ActiveSheet.SheetCornerStyle.BackColor = Color.Blue;
Visual BasicCopy Code
FpSpread1.ActiveSheet.SheetCornerStyle.BackColor = Color.Blue

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.