Spread for ASP.NET 12 Product Documentation
AllowInsert Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowInsert Property
Gets or sets whether a user can insert a row in the sheet.
Syntax
'Declaration
 
Public Property AllowInsert As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.AllowInsert = value
 
value = instance.AllowInsert
public bool AllowInsert {get; set;}
See Also

Reference

SheetView Class
SheetView Members