Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / SheetCorner Property


In This Topic
    SheetCorner Property (CellInfoRange)
    In This Topic
    Gets or sets the sheet corner for the the cell information.
    Syntax
    'Declaration
     
    
    Public Property SheetCorner As CellInfoRange
    'Usage
     
    
    Dim instance As CellInfoRange
    Dim value As CellInfoRange
     
    instance.SheetCorner = value
     
    value = instance.SheetCorner
    public CellInfoRange SheetCorner {get; set;}
    See Also