Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IProtection Interface / AllowDeletingRows Property


In This Topic
    AllowDeletingRows Property
    In This Topic
    Gets a boolean value indicating whether the deletion of rows is allowed on a protected worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllowDeletingRows As Boolean
    'Usage
     
    
    Dim instance As IProtection
    Dim value As Boolean
     
    value = instance.AllowDeletingRows
    bool AllowDeletingRows {get;}
    See Also