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


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