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


In This Topic
    SheetCornerStyle Property (SheetView.DocumentModels)
    In This Topic
    Gets or sets the sheet corner style model.
    Syntax
    'Declaration
     
    
    Public Property SheetCornerStyle As ISheetStyleModel
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
    Dim value As ISheetStyleModel
     
    instance.SheetCornerStyle = value
     
    value = instance.SheetCornerStyle
    public ISheetStyleModel SheetCornerStyle {get; set;}

    Property Value

    The sheet corner style.
    See Also