Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SheetCornerStyleName Property
Example


In This Topic
    SheetCornerStyleName Property
    In This Topic
    Gets or sets the name of the style for the sheet corner.
    Syntax
    'Declaration
     
    
    Public Property SheetCornerStyleName As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    instance.SheetCornerStyleName = value
     
    value = instance.SheetCornerStyleName
    public string SheetCornerStyleName {get; set;}

    Property Value

    String containing the name of the style for the sheet corner
    Example
    This example paints the sheet corner cell red.
    See Also