Spread Windows Forms 12.0 Product Documentation
AllowEdit Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : AllowEdit Property
Gets a value indicating whether the range can be edited on a protected worksheet.
Syntax
'Declaration
 
ReadOnly Property AllowEdit As Boolean
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
value = instance.AllowEdit
bool AllowEdit {get;}

Property Value

true if the range can be edited; otherwise, false.
See Also

Reference

IRange Interface
IRange Members