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


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