Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetCornerStyle Property


In This Topic
    SheetCornerStyle Property (SheetView)
    In This Topic
    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;}
    See Also