Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetCorner Property


In This Topic
    SheetCorner Property (SheetView)
    In This Topic
    Gets the sheet corner of 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;}
    See Also