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


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

    Property Value

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