Spread for ASP.NET 12 Product Documentation
AllowTableCorner Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowTableCorner Property
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
See Also

Reference

SheetView Class
SheetView Members