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


In This Topic
    AllowTableCorner Property
    In This Topic
    Gets or sets whether to allow the sheet corner to be a 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

    true if can use structure table corner; false otherwise
    Example
    This example enhances the appearance of the table corner.
    See Also