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


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