Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedProtection Class / iprotDeleteRows Property


In This Topic
    iprotDeleteRows Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iprotDeleteRows As Boolean
    'Usage
     
    
    Dim instance As EnhancedProtection
    Dim value As Boolean
     
    instance.iprotDeleteRows = value
     
    value = instance.iprotDeleteRows
    public bool iprotDeleteRows {get; set;}
    See Also