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


In This Topic
    SheetCornerDataModel Property
    In This Topic
    Gets or sets the data for the sheet corner.
    Syntax
    'Declaration
     
    
    Public Property SheetCornerDataModel As ISheetDataModel
    'Usage
     
    
    Dim instance As SheetView
    Dim value As ISheetDataModel
     
    instance.SheetCornerDataModel = value
     
    value = instance.SheetCornerDataModel
    public ISheetDataModel SheetCornerDataModel {get; set;}
    Example
    This example sets the models for a sheet corner.
    See Also