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


In This Topic
    SheetCorner Property (SheetView)
    In This Topic
    Gets the sheet corner for the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetCorner As SheetCorner
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SheetCorner
     
    value = instance.SheetCorner
    public SheetCorner SheetCorner {get;}

    Property Value

    SheetCorner object containing the sheet corner
    Example
    This example gets the SheetCorner property.
    See Also