Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SheetCornerRowAxisModel Property
Example


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