Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AllowTableCorner Property


In This Topic
    AllowTableCorner Property
    In This Topic
    Gets or sets whether the sheet corner can have a grid structure (table).
    Syntax
    'Declaration
     
    
    Public Property AllowTableCorner As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.AllowTableCorner = value
     
    value = instance.AllowTableCorner
    public bool AllowTableCorner {get; set;}

    Property Value

    Boolean: true to allow a sheet corner with a table; otherwise, false
    See Also