AllowTableCorner Property
Gets or sets whether the sheet corner can have a grid structure (table).
public bool AllowTableCorner {get; set;}
'Declaration
Public Property AllowTableCorner As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AllowTableCorner = value
value = instance.AllowTableCorner
Property Value
Boolean:
true
to allow a sheet corner with a table; otherwise,
false