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