Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AllowEdit Property


In This Topic
    AllowEdit Property
    In This Topic
    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