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


In This Topic
    SheetCornerStyleModel Property
    In This Topic
    Gets or sets the cell types and other style settings for cells in the sheet corner.
    Syntax
    'Declaration
     
    
    Public Property SheetCornerStyleModel As ISheetStyleModel
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ISheetStyleModel
     
    instance.SheetCornerStyleModel = value
     
    value = instance.SheetCornerStyleModel
    public ISheetStyleModel SheetCornerStyleModel {get; set;}
    Example
    This example sets the models for a sheet corner.
    See Also